diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml index b46c4ac4..cb42a253 100644 --- a/config/manager/operator-deployment.yaml +++ b/config/manager/operator-deployment.yaml @@ -39,7 +39,7 @@ spec: serviceAccountName: yaks-operator containers: - name: yaks-operator - image: docker.io/citrusframework/yaks:0.10.0-SNAPSHOT + image: docker.io/citrusframework/yaks:0.10.0 command: - yaks - operator diff --git a/config/manifests/bases/yaks.clusterserviceversion.yaml b/config/manifests/bases/yaks.clusterserviceversion.yaml index c0c2ff05..532d7d15 100644 --- a/config/manifests/bases/yaks.clusterserviceversion.yaml +++ b/config/manifests/bases/yaks.clusterserviceversion.yaml @@ -22,7 +22,7 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/citrusframework/yaks:0.10.0-SNAPSHOT + containerImage: docker.io/citrusframework/yaks:0.10.0 createdAt: 2020-09-25T02:45:00Z description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes. operators.operatorframework.io/builder: operator-sdk-v1.3.0 @@ -30,7 +30,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 repository: https://github.com/citrusframework/yaks support: Citrus Framework - name: yaks-operator.v0.10.0-SNAPSHOT + name: yaks-operator.v0.10.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -122,4 +122,4 @@ spec: selector: matchLabels: name: yaks-operator - version: 0.10.0-SNAPSHOT + version: 0.10.0 diff --git a/deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.citrusframework.org_instances.yaml b/deploy/olm-catalog/yaks/0.10.0/yaks.citrusframework.org_instances.yaml similarity index 100% rename from deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.citrusframework.org_instances.yaml rename to deploy/olm-catalog/yaks/0.10.0/yaks.citrusframework.org_instances.yaml diff --git a/deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.citrusframework.org_tests.yaml b/deploy/olm-catalog/yaks/0.10.0/yaks.citrusframework.org_tests.yaml similarity index 100% rename from deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.citrusframework.org_tests.yaml rename to deploy/olm-catalog/yaks/0.10.0/yaks.citrusframework.org_tests.yaml diff --git a/deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.v0.10.0-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/yaks/0.10.0/yaks.v0.10.0.clusterserviceversion.yaml similarity index 98% rename from deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.v0.10.0-snapshot.clusterserviceversion.yaml rename to deploy/olm-catalog/yaks/0.10.0/yaks.v0.10.0.clusterserviceversion.yaml index bb0d5cc7..11d4bee7 100644 --- a/deploy/olm-catalog/yaks/0.10.0-snapshot/yaks.v0.10.0-snapshot.clusterserviceversion.yaml +++ b/deploy/olm-catalog/yaks/0.10.0/yaks.v0.10.0.clusterserviceversion.yaml @@ -36,12 +36,12 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/citrusframework/yaks:0.10.0-SNAPSHOT + containerImage: docker.io/citrusframework/yaks:0.10.0 createdAt: "2020-09-25T02:45:00Z" description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes. repository: https://github.com/citrusframework/yaks support: Citrus Framework - name: yaks-operator.v0.10.0-SNAPSHOT + name: yaks-operator.v0.10.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -153,7 +153,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: docker.io/citrusframework/yaks:0.10.0-SNAPSHOT + image: docker.io/citrusframework/yaks:0.10.0 imagePullPolicy: IfNotPresent name: yaks-operator resources: {} @@ -376,4 +376,4 @@ spec: selector: matchLabels: name: yaks-operator - version: 0.10.0-SNAPSHOT + version: 0.10.0 diff --git a/deploy/olm-catalog/yaks/yaks.package.yaml b/deploy/olm-catalog/yaks/yaks.package.yaml index d2d6b0f3..43fccb5e 100644 --- a/deploy/olm-catalog/yaks/yaks.package.yaml +++ b/deploy/olm-catalog/yaks/yaks.package.yaml @@ -16,7 +16,7 @@ # --------------------------------------------------------------------------- channels: -- currentCSV: yaks-operator.v0.10.0-SNAPSHOT +- currentCSV: yaks-operator.v0.10.0 name: alpha defaultChannel: alpha packageName: yaks diff --git a/java/docs/overview.adoc b/java/docs/overview.adoc index e7922d0d..8625e136 100644 --- a/java/docs/overview.adoc +++ b/java/docs/overview.adoc @@ -15,7 +15,7 @@ hesitate to contact us. Find below the reference documentation for the latest YA |Version |HTML |PDF |Latest |link:/yaks/reference/html/index.html[HTML] |link:/yaks/reference/pdf/yaks-reference.pdf[PDF] -|0.10.0-SNAPSHOT |link:/yaks/reference/0.10.0-SNAPSHOT/html/index.html[HTML] |link:/yaks/reference/0.10.0-SNAPSHOT/pdf/yaks-reference-0.10.0-SNAPSHOT.pdf[PDF] +|0.10.0 |link:/yaks/reference/0.10.0/html/index.html[HTML] |link:/yaks/reference/0.10.0/pdf/yaks-reference-0.10.0.pdf[PDF] |0.9.0 |link:/yaks/reference/0.9.0/html/index.html[HTML] |link:/yaks/reference/0.9.0/pdf/yaks-reference-0.9.0.pdf[PDF] |0.8.0 |link:/yaks/reference/0.8.0/html/index.html[HTML] |link:/yaks/reference/0.8.0/pdf/yaks-reference-0.8.0.pdf[PDF] |0.7.0 |link:/yaks/reference/0.7.0/html/index.html[HTML] |link:/yaks/reference/0.7.0/pdf/yaks-reference-0.7.0.pdf[PDF] diff --git a/java/pom.xml b/java/pom.xml index 78cb7a08..7fa5f92b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -27,7 +27,7 @@ 4.0.0 org.citrusframework.yaks yaks-parent - 0.10.0-SNAPSHOT + 0.10.0 YAKS Platform to enable Cloud Native BDD testing on Kubernetes pom diff --git a/java/runtime/pom.xml b/java/runtime/pom.xml index e7230a90..9ef6524a 100644 --- a/java/runtime/pom.xml +++ b/java/runtime/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-parent - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/runtime/yaks-runtime-maven/extensions.xml b/java/runtime/yaks-runtime-maven/extensions.xml index e37d3ae0..fa4678cd 100644 --- a/java/runtime/yaks-runtime-maven/extensions.xml +++ b/java/runtime/yaks-runtime-maven/extensions.xml @@ -20,6 +20,6 @@ org.citrusframework.yaks yaks-maven-extension - 0.10.0-SNAPSHOT + 0.10.0 diff --git a/java/runtime/yaks-runtime-maven/pom.xml b/java/runtime/yaks-runtime-maven/pom.xml index efe23a2b..475b74da 100644 --- a/java/runtime/yaks-runtime-maven/pom.xml +++ b/java/runtime/yaks-runtime-maven/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-runtime - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/pom.xml b/java/steps/pom.xml index 00a8bb69..2ad99fed 100644 --- a/java/steps/pom.xml +++ b/java/steps/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-parent - 0.10.0-SNAPSHOT + 0.10.0 4.0.0 diff --git a/java/steps/yaks-camel-k/pom.xml b/java/steps/yaks-camel-k/pom.xml index a08886b0..e153be57 100644 --- a/java/steps/yaks-camel-k/pom.xml +++ b/java/steps/yaks-camel-k/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-camel/pom.xml b/java/steps/yaks-camel/pom.xml index 625b4715..58734bbf 100644 --- a/java/steps/yaks-camel/pom.xml +++ b/java/steps/yaks-camel/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-groovy/pom.xml b/java/steps/yaks-groovy/pom.xml index 8da36f07..3727a9e0 100644 --- a/java/steps/yaks-groovy/pom.xml +++ b/java/steps/yaks-groovy/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-http/pom.xml b/java/steps/yaks-http/pom.xml index b86f4921..40ec23f7 100644 --- a/java/steps/yaks-http/pom.xml +++ b/java/steps/yaks-http/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-jdbc/pom.xml b/java/steps/yaks-jdbc/pom.xml index a70e74c7..b4562158 100644 --- a/java/steps/yaks-jdbc/pom.xml +++ b/java/steps/yaks-jdbc/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-jms/pom.xml b/java/steps/yaks-jms/pom.xml index 553f8ae7..c1678c7c 100644 --- a/java/steps/yaks-jms/pom.xml +++ b/java/steps/yaks-jms/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-kafka/pom.xml b/java/steps/yaks-kafka/pom.xml index 951e2213..f5becd14 100644 --- a/java/steps/yaks-kafka/pom.xml +++ b/java/steps/yaks-kafka/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-knative/pom.xml b/java/steps/yaks-knative/pom.xml index 277aaf10..8fb05f92 100644 --- a/java/steps/yaks-knative/pom.xml +++ b/java/steps/yaks-knative/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-kubernetes/pom.xml b/java/steps/yaks-kubernetes/pom.xml index 0b877054..519881f8 100644 --- a/java/steps/yaks-kubernetes/pom.xml +++ b/java/steps/yaks-kubernetes/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-openapi/pom.xml b/java/steps/yaks-openapi/pom.xml index 271c2324..7bce2d7a 100644 --- a/java/steps/yaks-openapi/pom.xml +++ b/java/steps/yaks-openapi/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-selenium/pom.xml b/java/steps/yaks-selenium/pom.xml index a744cc4a..ba96ef9b 100644 --- a/java/steps/yaks-selenium/pom.xml +++ b/java/steps/yaks-selenium/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-standard/pom.xml b/java/steps/yaks-standard/pom.xml index 5a5f5d31..b98322c8 100644 --- a/java/steps/yaks-standard/pom.xml +++ b/java/steps/yaks-standard/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/steps/yaks-testcontainers/pom.xml b/java/steps/yaks-testcontainers/pom.xml index c4b9d026..0800e39c 100644 --- a/java/steps/yaks-testcontainers/pom.xml +++ b/java/steps/yaks-testcontainers/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-steps - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/tools/maven/pom.xml b/java/tools/maven/pom.xml index a6c2a3c7..88f34cec 100644 --- a/java/tools/maven/pom.xml +++ b/java/tools/maven/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-tools - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/tools/maven/yaks-maven-extension/pom.xml b/java/tools/maven/yaks-maven-extension/pom.xml index 44148316..d2e75d96 100644 --- a/java/tools/maven/yaks-maven-extension/pom.xml +++ b/java/tools/maven/yaks-maven-extension/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-maven - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 3dc14071..257e8f60 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -20,7 +20,7 @@ org.citrusframework.yaks yaks-parent - 0.10.0-SNAPSHOT + 0.10.0 ../pom.xml 4.0.0 diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index cac7b577..846a7bdb 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "0.10.0-SNAPSHOT" + Version = "0.10.0" // LocalRepository -- LocalRepository = "/tmp/artifacts/m2" diff --git a/resources.go b/resources.go new file mode 100644 index 00000000..2efad3db --- /dev/null +++ b/resources.go @@ -0,0 +1,546 @@ +/* +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// Code generated by vfsgen; DO NOT EDIT. + +package yaks + +import ( + "bytes" + "compress/gzip" + "fmt" + "io" + "io/ioutil" + "net/http" + "os" + pathpkg "path" + "time" +) + +// assets statically implements the virtual filesystem provided to vfsgen. +var assets = func() http.FileSystem { + fs := vfsgen۰FS{ + "/": &vfsgen۰DirInfo{ + name: "/", + modTime: time.Time{}, + }, + "/crd": &vfsgen۰DirInfo{ + name: "crd", + modTime: time.Time{}, + }, + "/crd/bases": &vfsgen۰DirInfo{ + name: "bases", + modTime: time.Time{}, + }, + "/crd/bases/yaks.citrusframework.org_instances.yaml": &vfsgen۰CompressedFileInfo{ + name: "yaks.citrusframework.org_instances.yaml", + modTime: time.Time{}, + uncompressedSize: 3523, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x5d\x73\xdb\xb6\x12\x7d\xe7\xaf\xd8\xb1\x1e\x92\xcc\x58\x54\x7c\xef\x7d\xb8\xa3\x3e\xa9\x8a\xdd\x6a\x92\xca\x1e\x53\x49\x26\x8f\x10\xb1\xa2\x36\x06\x01\x16\x1f\x52\xdc\x4e\xff\x7b\x67\x01\x52\x26\x25\x39\xcd\xb4\x29\x9e\x44\x60\xb1\xe7\x60\xcf\x7e\x68\x04\xe3\xef\xb7\xb2\x11\xbc\xa3\x12\xb5\x43\x09\xde\x80\xdf\x22\xcc\x1a\x51\x6e\x11\x0a\xb3\xf1\x7b\x61\x11\x6e\x4c\xd0\x52\x78\x32\x1a\x5e\xce\x8a\x9b\x57\x10\xb4\x44\x0b\x46\x23\x18\x0b\xb5\xb1\x98\x8d\xa0\x34\xda\x5b\x5a\x07\x6f\x2c\xa8\xe4\x10\x44\x65\x11\x6b\xd4\xde\xe5\x00\x05\x62\xf4\xbe\xbc\x5d\x2d\xe6\xd7\xb0\x21\x85\x20\xc9\xa5\x4b\x28\x61\x4f\x7e\x9b\x8d\xc0\x6f\xc9\xc1\xde\xd8\x07\xd8\x18\x0b\x42\x4a\x62\x60\xa1\x80\xf4\xc6\xd8\x3a\xd1\xb0\x58\x09\x2b\x49\x57\x50\x9a\xe6\xd1\x52\xb5\xf5\x60\xf6\x1a\xad\xdb\x52\x93\x67\x23\x58\xf1\x33\x8a\x9b\x8e\x89\x4b\x6e\x23\xa6\x37\xf0\xc9\x84\xf6\x0d\xbd\xe7\xb6\x51\xb8\x84\x0f\x68\x1d\x83\xfc\x27\x7f\x9d\x8d\xe0\x25\x9b\x5c\xb4\x87\x17\xaf\x7e\x80\x47\x13\xa0\x16\x8f\xa0\x8d\x87\xe0\xb0\xe7\x19\xbf\x94\xd8\x78\x20\x0d\xa5\xa9\x1b\x45\x42\x97\xf8\xf4\xac\x03\x42\x0e\x91\x00\xfb\x30\x6b\x2f\x48\x83\x88\xcf\x00\xb3\xe9\x9b\x81\xf0\xd9\x28\x1b\x41\x5c\x5b\xef\x9b\xe9\x64\xb2\xdf\xef\x73\x11\xe9\xe6\xc6\x56\x93\xee\x75\x93\x77\x8b\xf9\xf5\xb2\xb8\x1e\x47\xca\xd9\x08\xde\x6b\x85\xce\x81\xc5\x5f\x03\x59\x94\xb0\x7e\x04\xd1\x34\x8a\x4a\xb1\x56\x08\x4a\xec\x59\xb8\xa8\x4e\x14\x9d\x34\xec\x2d\x79\xd2\xd5\x25\xb8\x56\xf5\x6c\x34\x50\xe7\x29\x5c\x1d\x3d\x72\x03\x03\xa3\x41\x68\xb8\x98\x15\xb0\x28\x2e\xe0\xc7\x59\xb1\x28\x2e\xb3\x11\x7c\x5c\xac\x7e\xbe\x7d\xbf\x82\x8f\xb3\xfb\xfb\xd9\x72\xb5\xb8\x2e\xe0\xf6\x1e\xe6\xb7\xcb\x37\x8b\xd5\xe2\x76\x59\xc0\xed\x0d\xcc\x96\x9f\xe0\xed\x62\xf9\xe6\x12\x90\xfc\x16\x2d\xe0\x97\xc6\x32\x7f\x63\x81\x38\x90\x28\x59\xd3\x2e\x81\x3a\x02\x9c\x1f\xfc\xed\x1a\x2c\x69\x43\x25\x28\xa1\xab\x20\x2a\x84\xca\xec\xd0\x6a\x4e\x8f\x06\x6d\x4d\x8e\xe5\x74\x20\xb4\xcc\x46\xa0\xa8\x26\x1f\xb3\xc8\x9d\x3e\x8a\x61\xbe\x67\x6d\x65\xa2\xa1\x36\x9d\xa6\x20\x1a\xc2\x2f\x1e\x75\x64\x93\x3f\xfc\xdf\xe5\x64\x26\xbb\xab\xec\x81\xb4\x9c\xc2\x3c\x38\x6f\xea\x7b\x74\x26\xd8\x12\xdf\xe0\x86\x74\xcc\xfc\xac\x46\x2f\xa4\xf0\x62\x9a\x01\x28\xb1\x46\xe5\xf8\x17\xb0\xa0\x53\x78\x14\x0f\x2e\x03\x10\x5a\x9b\xf6\x51\xe9\x30\x56\xa3\x51\x0a\xed\xb8\x42\x9d\x3f\x84\x35\xae\x03\x29\x89\x36\x82\x76\x94\x76\xaf\xf3\xff\xe5\x57\x19\x40\x69\x31\x5e\x5f\x51\x8d\xce\x8b\xba\x99\x82\x0e\x4a\x65\x00\x5a\xd4\x38\x05\xd2\xce\x73\x3a\xbb\x9c\x11\xf3\x92\xbc\x0d\x6e\x63\x45\x8d\x5c\xaa\x9c\x8c\x19\xcb\xc0\xe0\x95\x35\xa1\x65\x76\xd6\x2e\xb9\xec\x78\x0a\x8f\x95\xb1\xd4\x7d\x8f\xbb\x17\xf1\x4f\x8f\x8e\x73\x32\x7e\xa5\x20\x2d\x5a\x1a\x71\x4b\x91\xf3\x6f\x07\xdb\xef\xc8\xf9\x78\xd4\xa8\x60\x85\xea\xd1\x8e\xbb\x8e\x74\x15\x94\xb0\x4f\xfb\x19\x80\x2b\x4d\x83\x53\x58\x32\xa7\x46\x94\x28\x33\x80\x36\x3e\x91\xd3\xb8\xd7\x83\xee\x2c\x69\x8f\x76\x6e\x54\xa8\xf5\x81\xb1\x44\x57\x5a\x6a\x7c\x8c\xe8\xca\x06\x04\xda\xc0\xa7\xd9\xdb\xe2\x00\xc3\xb5\x52\x29\xb3\x16\x2a\x4b\xe5\xfc\xd9\x19\x7d\x27\xfc\x76\x0a\x39\x87\x2d\x37\x0d\x5a\xe1\x8d\xcd\x07\x56\x29\xf4\x3f\xf5\xb7\xfc\x23\x93\x5d\x1b\xa3\x50\xe8\xb3\xf8\x5b\x4c\xd8\x9d\x4b\x68\x8c\x8c\x9e\xfe\x0a\xba\x31\x72\x80\x7b\x77\xf8\x4e\xa0\x5c\xea\xad\x18\xcf\x61\xb6\x71\x3b\x83\xe4\x85\x0f\x2e\x1f\x9e\x27\x98\x0f\x83\xbd\x13\xa8\x64\xb4\xbb\x12\xaa\xd9\x8a\xab\x24\x63\xb9\xc5\x5a\x4c\xdb\x1b\xa6\x41\x3d\xbb\x5b\x7c\xf8\x6f\x31\xd8\x86\x21\xc5\x45\x4f\x09\xae\xf7\x64\x7c\x68\x21\x9c\x74\xfd\xa4\x48\xab\xb1\x1c\x1c\x7f\x48\xce\xb4\x7a\x25\xdd\xdb\x3d\xc2\x7b\xc1\x94\xda\x39\x22\xb9\x96\x31\xe1\xb6\x11\x40\xd9\xbe\x22\xf5\x7c\xe2\x56\xcd\x2d\x0f\x75\xaa\xe2\x81\x63\x60\x23\xa1\xc1\xac\x3f\x63\xe9\x73\x28\xd0\xb2\x1b\x70\x5b\x13\x94\xe4\x52\xdf\xa1\xf5\x60\xb1\x34\x95\xa6\xdf\x0e\xbe\x5d\x37\xcf\x95\xe0\x4a\x3a\xf2\x19\x33\x99\xe7\xea\x4e\xa8\x80\x97\xdc\x1d\xe3\x48\xb2\xc8\x28\x10\x74\xcf\x5f\x34\x71\x39\xfc\x62\x2c\xc6\x39\x3c\x8d\x03\xc9\x4d\x27\x93\x8a\x7c\xd7\xca\x4a\x53\xd7\x41\x93\x7f\x9c\xf4\xfe\x0b\xb8\x89\xc4\x1d\xaa\x89\xa3\x6a\x2c\x6c\xb9\x25\x8f\xa5\x0f\x16\x27\xa2\xa1\x71\xa4\xae\x63\xdb\xca\x6b\x39\xb2\x6d\xf3\x73\x2f\x06\x5c\x4f\x72\x22\xad\xd8\x11\xbe\xa2\x00\xb7\x06\x96\x5b\xb4\x57\xd3\x2b\x9e\x02\xcd\x5b\x1c\x9d\xfb\xeb\x62\x05\x1d\x74\x14\xe3\x38\xfa\x31\xee\x4f\x17\xdd\x93\x04\x1c\x30\xd2\x9b\x38\x44\xf8\x5f\x80\x35\x75\xf4\x89\x5a\x36\x86\xb4\x8f\x1f\xa5\x22\xd4\xc7\xe1\x77\x61\x5d\x93\x4f\x23\x1a\x9d\x67\xad\x72\x98\xc7\x3e\x0e\x6b\x84\xd0\x48\xe1\x51\xe6\xb0\xd0\x30\x17\x35\xaa\xb9\xe0\x3f\x0e\xff\xb2\x00\x1c\x69\x37\xe6\xc0\x7e\x9b\x04\xfd\xd1\x74\x6c\x9c\xa2\xd6\x3b\xe8\xe6\xc3\x33\x7a\x75\x15\x5a\x34\x58\x72\xe5\xed\x48\xb6\x35\xc3\xcd\x03\x63\x0d\x3c\x53\xa7\xf0\x6c\xad\x42\x6a\x10\xb1\xc1\x1d\xef\x1f\xe1\xdf\xb6\x66\x8c\x3f\x1e\x9f\xd8\x3e\xef\x9f\x57\x6a\xdb\xe7\x4e\xce\xb5\xec\xe1\xd2\xdd\xe4\xf9\xda\xf5\x93\xd0\x1f\x78\x19\xf9\x37\xee\x75\x7f\x0c\x4f\xaf\x8e\x87\x83\xea\xd8\xdf\x89\xaa\xcf\xcb\x1d\x5b\xfe\xb7\x08\x1e\x0d\x07\x5d\xd2\xac\x1d\x17\x98\xfc\xa7\xd2\xef\xce\xf5\xe9\xaf\x06\xe7\xec\x63\x4e\x36\x13\xbb\x29\x78\x1b\x12\x15\xe7\x8d\x15\x15\xf6\x77\xc2\xfa\xd0\xce\x3a\xfc\x36\x24\xf0\xfb\x1f\xd9\x9f\x01\x00\x00\xff\xff\xbf\x81\xd6\x32\xc3\x0d\x00\x00"), + }, + "/crd/bases/yaks.citrusframework.org_tests.yaml": &vfsgen۰CompressedFileInfo{ + name: "yaks.citrusframework.org_tests.yaml", + modTime: time.Time{}, + uncompressedSize: 6335, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x57\xcd\x6f\xdb\xb8\x12\xbf\xeb\xaf\x18\xc4\x87\xb6\x40\x2c\x37\xef\xbd\xc3\x83\xf7\xe4\x75\x12\xac\xd1\xd6\x09\x22\xb7\x45\x8f\xb4\x34\x96\xa7\xa6\x48\x2d\x3f\xec\x7a\x17\xfb\xbf\x2f\x48\x4a\x8e\xfc\xa9\x38\x49\x81\xf2\x64\x8f\x66\xe6\x37\x5f\x9c\x19\x76\xa0\xfb\x7a\x27\xea\xc0\x47\x4a\x51\x68\xcc\xc0\x48\x30\x73\x84\x41\xc9\xd2\x39\x42\x22\x67\x66\xc5\x14\xc2\xad\xb4\x22\x63\x86\xa4\x80\xb7\x83\xe4\xf6\x1d\x58\x91\xa1\x02\x29\x10\xa4\x82\x42\x2a\x8c\x3a\x90\x4a\x61\x14\x4d\xad\x91\x0a\x78\x50\x08\x2c\x57\x88\x05\x0a\xa3\x63\x80\x04\xd1\x6b\x1f\xdf\x4d\x46\xc3\x1b\x98\x11\x47\xc8\x48\x07\x21\xcc\x60\x45\x66\x1e\x75\xc0\xcc\x49\xc3\x4a\xaa\x05\xcc\xa4\x02\x96\x65\xe4\x80\x19\x07\x12\x33\xa9\x8a\x60\x86\xc2\x9c\xa9\x8c\x44\x0e\xa9\x2c\xd7\x8a\xf2\xb9\x01\xb9\x12\xa8\xf4\x9c\xca\x38\xea\xc0\xc4\xb9\x91\xdc\xd6\x96\xe8\xa0\xd6\x63\x1a\x09\xdf\xa4\xad\x7c\x68\xb8\x5b\x45\xe1\x12\xbe\xa0\xd2\x0e\xe4\x3f\xf1\xfb\xa8\x03\x6f\x1d\xcb\x45\xf5\xf1\xe2\xdd\x6f\xb0\x96\x16\x0a\xb6\x06\x21\x0d\x58\x8d\x0d\xcd\xf8\x23\xc5\xd2\x00\x09\x48\x65\x51\x72\x62\x22\xc5\x47\xb7\x36\x08\x31\x78\x03\x9c\x0e\x39\x35\x8c\x04\x30\xef\x06\xc8\x59\x93\x0d\x98\x89\x3a\x51\x07\xfc\x99\x1b\x53\xf6\x7b\xbd\xd5\x6a\x15\x33\x6f\x6e\x2c\x55\xde\xab\xbd\xeb\x7d\x1c\x0d\x6f\xc6\xc9\x4d\xd7\x9b\x1c\x75\xe0\xb3\xe0\xa8\x35\x28\xfc\xd3\x92\xc2\x0c\xa6\x6b\x60\x65\xc9\x29\x65\x53\x8e\xc0\xd9\xca\x25\xce\x67\xc7\x27\x9d\x04\xac\x14\x19\x12\xf9\x25\xe8\x2a\xeb\x51\x67\x2b\x3b\x8f\xe1\xaa\xcd\x23\xbd\xc5\x20\x05\x30\x01\x17\x83\x04\x46\xc9\x05\xfc\x3e\x48\x46\xc9\x65\xd4\x81\xaf\xa3\xc9\x1f\x77\x9f\x27\xf0\x75\xf0\xf0\x30\x18\x4f\x46\x37\x09\xdc\x3d\xc0\xf0\x6e\x7c\x3d\x9a\x8c\xee\xc6\x09\xdc\xdd\xc2\x60\xfc\x0d\x3e\x8c\xc6\xd7\x97\x80\x64\xe6\xa8\x00\x7f\x94\xca\xd9\x2f\x15\x90\x0b\x24\x66\x2e\xa7\x75\x01\xd5\x06\xb8\xfa\x70\xff\x75\x89\x29\xcd\x28\x05\xce\x44\x6e\x59\x8e\x90\xcb\x25\x2a\xe1\xca\xa3\x44\x55\x90\x76\xe9\xd4\xc0\x44\x16\x75\x80\x53\x41\xc6\x57\x91\xde\x77\xca\xc1\xbc\xe6\xdd\x8a\x58\x49\x55\x39\xf5\x81\x95\x84\x3f\x0c\x0a\x6f\x4d\xbc\xf8\xbf\x8e\x49\xf6\x96\x57\xd1\x82\x44\xd6\x87\xa1\xd5\x46\x16\x0f\xa8\xa5\x55\x29\x5e\xe3\x8c\x84\xaf\xfc\xa8\x40\xc3\x32\x66\x58\x3f\x02\xe0\x6c\x8a\x5c\xbb\x5f\xe0\x12\xda\x87\x35\x5b\xe8\x08\x80\x09\x21\x2b\xa7\xc2\x47\x7f\x1b\x25\xe7\xa8\xba\x39\x8a\x78\x61\xa7\x38\xb5\xc4\x33\x54\x1e\xb4\x36\x69\xf9\x3e\xfe\x5f\x7c\x15\x01\xa4\x0a\xbd\xf8\x84\x0a\xd4\x86\x15\x65\x1f\x84\xe5\x3c\x02\x10\xac\xc0\x3e\x18\xd4\x46\xc7\x0e\x2d\x4e\xc9\x28\xab\x67\x8a\x15\xe8\xae\xa9\x2b\xc4\xc8\xa5\xc0\x01\xe7\x4a\xda\xca\xaa\x83\x7c\x41\x5d\x6d\x23\x33\x98\x4b\x45\xf5\xff\x6e\xed\x8d\xfb\xe9\x00\x49\xe4\xfe\x5f\x08\xd0\x04\xb5\xf1\x7f\x39\x69\xf3\x61\x43\xfa\x48\x15\xb9\xe4\x56\x31\x5e\x99\xea\x29\x9a\x44\x6e\x39\x53\x81\x16\x01\xe8\x54\x96\xd8\x87\xb1\xb3\xa1\x64\x29\x66\x11\x40\x15\x0b\x6f\x43\xb7\xd1\x6f\xee\x15\x09\x83\x6a\x28\xb9\x2d\xc4\xc6\xc2\x0c\x75\xaa\xa8\x34\x3e\x7a\xae\xc9\x38\xcd\x50\xce\x99\xc6\x28\xdc\xd4\xef\x5a\x8a\x7b\x66\xe6\x7d\x88\xb5\x61\xc6\xea\xb8\xf9\x35\x44\xf3\xbe\x41\x31\x6b\x67\x92\xbb\x47\x95\xb7\x87\x40\xa4\x61\x1c\x58\x21\xad\x30\xbe\x4b\x6c\x5c\x3c\x84\xa7\x50\x5b\x6e\x74\xac\x6d\x51\x30\xb5\x8e\xbd\xf4\x16\xfe\xa4\x41\x69\xc3\xbf\x67\xda\x8f\x86\xb3\x20\x4b\x2f\xb4\xed\x73\x93\xd4\x06\x7a\xcb\x88\x9f\x0d\x3a\xf3\x42\x5b\xa0\xb7\x4d\x52\x1b\x68\xb2\xa0\xb2\x3c\x1b\x55\x07\xa9\x2d\xd8\x64\x8b\xd6\x9a\x61\x57\x42\xa8\x94\x54\x90\xa1\x61\xc4\x8f\x83\x7b\x2e\xbd\x85\x75\xd3\x24\xed\x41\x05\x9e\xe5\x15\xe3\xe5\x9c\x5d\x85\x5b\x91\xce\xb1\x60\xfd\x4a\x42\x96\x28\x06\xf7\xa3\x2f\xff\x4d\xb6\xc8\x70\xc0\x44\xd2\xbe\x55\x06\xc6\x4d\xf7\xf5\xd1\x82\xc1\xfd\x68\x23\x59\x2a\x59\xa2\x32\x9b\x7b\x1d\x4e\xa3\x13\x36\xa8\x3b\x38\x6f\x9c\x29\xd5\xf8\xcd\x5c\x0b\xc4\x80\x59\x5d\x52\xcc\x2a\xeb\xc3\xa8\x24\x37\xe1\xdc\xa4\x40\x11\x9a\xdf\x96\x62\x70\x4c\x4c\x80\x9c\x7e\xc7\xd4\xc4\x90\xa0\x72\x6a\x40\xcf\xa5\xe5\x99\xeb\x90\x4b\x54\x06\x14\xa6\x32\x17\xf4\xd7\x46\xb7\xae\xd7\x20\xce\x4c\xdd\x72\x1e\x8f\x6f\x0a\x6e\x1d\x59\x32\x6e\xf1\xd2\x0d\x15\x3f\xc9\x15\x3a\x14\xb0\xa2\xa1\xcf\xb3\xe8\x18\x3e\x49\x85\x7e\x7d\xe9\xfb\x39\xae\xfb\xbd\x5e\x4e\xa6\x9e\x00\xa9\x2c\x0a\x2b\xc8\xac\x7b\x8d\x15\x4a\xf7\x32\x5c\x22\xef\x69\xca\xbb\x4c\xa5\x73\x32\x98\x1a\xab\xb0\xc7\x4a\xea\x7a\xd3\x85\xef\xf6\x71\x91\x75\x54\x35\x33\xf4\x9b\x2d\x5b\xf7\x6a\x21\x1c\xdf\x4c\x4f\x64\xc0\x75\x56\x97\x6a\x56\x89\x06\x2f\x1e\x03\xed\x48\x2e\x3a\x0f\x37\xc9\x04\x6a\x68\x9f\x8c\xdd\xe8\xfb\xb8\x3f\x0a\xea\xc7\x14\xb8\x80\x91\x98\xf9\xd9\xeb\x96\x27\x25\x0b\xaf\x13\x45\x56\x4a\x12\xc6\xff\x49\x39\xa1\xd8\x0d\xbf\xb6\xd3\x82\x4c\xd8\x6c\x7c\xe1\x19\x19\xc3\xd0\x8f\x3f\x98\x22\xd8\x32\x63\x06\xb3\x18\x46\x02\x86\xac\x40\x3e\x64\x6e\xdf\xfa\xc9\x09\x70\x91\xd6\x5d\x17\xd8\xa7\xa5\xa0\x39\xd1\x77\x99\x43\xd4\x1a\x1f\xea\xd1\x7a\x24\x5f\xee\x66\x26\x25\xa6\x5b\xd7\x25\x43\xed\xd7\x3e\xd7\x35\xd0\x5d\x83\xc9\x6e\x21\x1f\xbe\xa3\x10\x36\x87\x19\xe5\xbb\xd4\x1d\xd4\x04\x8d\x2b\x04\xed\x90\xf7\x38\x8f\xeb\xae\xf4\x1b\x14\xe6\xd0\xa7\xa3\x01\xab\x8f\xef\x66\xe7\x0b\x1e\x89\xac\x3b\x28\x96\xfb\x0a\xc9\x60\x71\xd0\xf6\x27\xa0\x30\xa5\xd8\x7a\xe7\x9b\xdb\xbe\x32\x99\x2e\x5a\x82\xfa\xc1\x4e\xf1\x5a\xa6\x8b\x67\x04\x95\x0a\x96\xbf\x72\x64\x36\x5d\xe5\x8c\xf8\x6c\xb9\x53\xaf\xb2\x07\xdd\x69\x73\xa8\xa5\x4e\x5a\x2b\xe5\x54\xad\xb4\x0a\x9f\x88\xca\xa9\x34\x6b\x4c\x15\x1e\x30\xf8\x04\x9a\x46\x8e\x82\x6c\xd1\x7a\xdd\x02\xdb\xaf\x51\x19\x21\xad\x6d\x26\x1f\xcf\xfd\xcf\xeb\x0f\xf5\x03\xf0\x97\x68\x2e\xc7\xfa\xb9\xdf\xe4\xda\x3a\xba\x67\xda\xea\xe9\x72\xaa\xdd\xf4\x7c\x5e\x53\xcf\x28\x47\x7d\x5e\x69\x86\x55\xf3\x2c\x11\xff\xd0\x69\xa9\x0b\x67\x74\xf3\xf9\xf3\x24\xc5\xd5\xce\xbd\xaf\xfa\x74\x29\x1d\x73\x01\x4e\xf5\xb0\x16\x53\x9a\x0c\x87\x9a\x00\xf8\x25\x85\x0c\x8e\x9f\x57\x4e\x4e\xda\x3f\x2c\x0e\xcb\xb6\x75\xcd\xd3\x4e\x3f\xa2\xbb\x35\x36\x47\x75\x84\x2b\xbc\xa4\x5e\xa6\x23\x3c\x01\x5f\xa8\x03\x45\x46\xe2\xc0\x32\x72\x8e\x92\xea\x81\xf6\x32\x25\xfe\x0d\xfd\x32\x15\x56\x84\xeb\xfc\x22\x4b\x4e\x8e\x26\x08\x8f\xb1\x67\x14\x7c\x7b\x59\x01\xa4\x9c\x69\x7d\x6a\xaa\xc2\x53\x6e\x0e\xd4\x25\xfa\x09\xb5\x3e\xda\xaa\xcf\x55\x36\x71\x9c\x2f\xd5\xf4\x0a\xbe\xb5\xa4\xe7\x74\xe3\x38\x21\xec\xf2\x3a\xba\x3e\xab\x19\x2f\x0f\x3d\xb6\x4f\xca\x1c\xc4\xdf\x23\x86\x29\xd4\x07\xa3\x6c\xe8\xe1\xda\x48\xe5\x12\xd9\xa0\xd8\xe9\xde\xf6\x58\x8d\x3d\xf8\xfb\x9f\xe8\xdf\x00\x00\x00\xff\xff\x06\x7a\x70\x11\xbf\x18\x00\x00"), + }, + "/default": &vfsgen۰DirInfo{ + name: "default", + modTime: time.Time{}, + }, + "/infrastructure": &vfsgen۰DirInfo{ + name: "infrastructure", + modTime: time.Time{}, + }, + "/infrastructure/deploy": &vfsgen۰DirInfo{ + name: "deploy", + modTime: time.Time{}, + }, + "/infrastructure/deploy/viewer-service-account.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-service-account.yaml", + modTime: time.Time{}, + uncompressedSize: 1031, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xda\x40\x10\xbd\xef\xaf\x78\xc2\x97\x44\x22\xd0\xf6\x48\x4f\x6e\x02\xaa\xd5\x08\xa4\x98\x34\xca\x71\xb0\x07\x7b\x14\x7b\xd7\x9d\x5d\xe3\xf0\xef\xab\x35\xd0\x24\xea\x35\x7b\x43\x33\xbc\x8f\x79\xcf\x09\x6e\x3e\xef\x99\x04\xf7\x52\xb0\xf5\x5c\x22\x38\x84\x9a\x91\x76\x54\xd4\x8c\xdc\xed\xc3\x40\xca\x58\xb9\xde\x96\x14\xc4\x59\x5c\xa5\xf9\xea\x1a\xbd\x2d\x59\xe1\x2c\xc3\x29\x5a\xa7\x6c\x12\x14\xce\x06\x95\x5d\x1f\x9c\xa2\x39\x01\x82\x2a\x65\x6e\xd9\x06\x3f\x03\x72\xe6\x11\x7d\xbd\xd9\x66\xb7\x4b\xec\xa5\x61\x94\xe2\x4f\x7f\xe2\x12\x83\x84\xda\x24\x08\xb5\x78\x0c\x4e\x5f\xb0\x77\x0a\x2a\x4b\x89\xc4\xd4\x40\xec\xde\x69\x7b\x92\xa1\x5c\x91\x96\x62\x2b\x14\xae\x3b\xaa\x54\x75\x80\x1b\x2c\xab\xaf\xa5\x9b\x99\x04\xdb\x68\x23\x5f\x5d\x94\xf8\x13\xec\xc8\x19\x1c\x9e\x5d\x7f\xf6\xf0\xce\xee\xf9\x0a\x53\xfc\x66\xf5\x91\xe4\xdb\xec\x8b\x49\x70\x15\x57\x26\xe7\xe1\xe4\xfa\x3b\x8e\xae\x47\x4b\x47\x58\x17\xd0\x7b\x7e\x87\xcc\xaf\x05\x77\x01\x62\x51\xb8\xb6\x6b\x84\x6c\xc1\x6f\xb6\xfe\x31\xcc\x30\x0a\x88\x18\x6e\x17\x48\x2c\x68\xb4\x01\xb7\x7f\xbf\x06\x0a\x26\x31\x09\xc6\x57\x87\xd0\x2d\xe6\xf3\x61\x18\x66\x34\xca\x9d\x39\xad\xe6\x17\x77\xf3\xfb\xec\x76\xb9\xce\x97\x37\xa3\x64\x93\xe0\xd1\x36\xec\x3d\x94\xff\xf4\xa2\x5c\x62\x77\x04\x75\x5d\x23\x05\xed\x1a\x46\x43\x43\x0c\x6e\x4c\x67\x0c\x5d\x2c\x06\x95\x20\xb6\x9a\xc2\x9f\x53\x37\xc9\x87\x74\xde\xce\x75\x91\x27\xfe\xc3\x82\xb3\x20\x8b\x49\x9a\x23\xcb\x27\xf8\x91\xe6\x59\x3e\x35\x09\x9e\xb2\xed\xcf\xcd\xe3\x16\x4f\xe9\xc3\x43\xba\xde\x66\xcb\x1c\x9b\x07\xdc\x6e\xd6\x77\xd9\x36\xdb\xac\x73\x6c\x56\x48\xd7\xcf\xf8\x95\xad\xef\xa6\x60\x09\x35\x2b\xf8\xb5\xd3\xa8\xdf\x29\x24\x1e\x92\xcb\x98\xe9\xa5\x40\x17\x01\xb1\x1f\xf1\xb7\xef\xb8\x90\xbd\x14\x68\xc8\x56\x3d\x55\x8c\xca\x1d\x58\x6d\xac\x47\xc7\xda\x8a\x8f\x71\x7a\x90\x2d\x4d\x82\x46\x5a\x09\x63\x8b\xfc\xff\xa6\x22\xcd\x67\x7e\x5b\x86\x3a\x39\xd7\x69\x81\xc3\x57\xf3\x22\xb6\x5c\x20\x67\x3d\x48\xc1\x69\x51\xb8\xde\x06\xd3\x72\xa0\x92\x02\x2d\x0c\x60\xa9\xe5\x05\x8e\xf4\xe2\x6f\x0e\xc2\x03\xab\x01\x1a\xda\x71\xe3\xe3\x14\x31\xc5\x05\x26\x71\x3e\x31\x7f\x03\x00\x00\xff\xff\xf6\xdc\xe5\x24\x07\x04\x00\x00"), + }, + "/infrastructure/rbac": &vfsgen۰DirInfo{ + name: "rbac", + modTime: time.Time{}, + }, + "/infrastructure/rbac/viewer-role-binding-camel-k.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-binding-camel-k.yaml", + modTime: time.Time{}, + uncompressedSize: 1203, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xfa\x46\x10\xc5\xef\xfb\x29\x9e\xf0\xe5\x1f\x09\x4c\xdb\x53\x45\x4f\x4e\x02\xad\xd5\x08\x24\x4c\x1a\xe5\xb8\xac\x07\x7b\x8a\xbd\xe3\xee\xae\x71\xe8\xa7\xaf\xd6\x40\x93\xa8\x55\x7b\xc9\xde\x2c\x8f\xdf\xfc\xde\xbe\xe7\x04\xb3\xaf\x3b\x2a\xc1\x13\x1b\xb2\x9e\x4a\x04\x41\xa8\x09\x59\xa7\x4d\x4d\x28\xe4\x10\x06\xed\x08\x2b\xe9\x6d\xa9\x03\x8b\xc5\xb7\xac\x58\xdd\xa1\xb7\x25\x39\x88\x25\x88\x43\x2b\x8e\x54\x02\x23\x36\x38\xde\xf7\x41\x1c\x9a\x8b\x20\x74\xe5\x88\x5a\xb2\xc1\xa7\x40\x41\x34\xaa\xaf\x37\xbb\xfc\x61\x89\x03\x37\x84\x92\xfd\xe5\x23\x2a\x31\x70\xa8\x55\x82\x50\xb3\xc7\x20\xee\x88\x83\x38\xe8\xb2\xe4\xb8\x58\x37\x60\x7b\x10\xd7\x5e\x30\x1c\x55\xda\x95\x6c\x2b\x18\xe9\xce\x8e\xab\x3a\x40\x06\x4b\xce\xd7\xdc\xa5\x2a\xc1\x2e\xda\x28\x56\x37\x12\x7f\x91\x1d\x77\x06\xc1\xab\xf4\x57\x0f\x1f\xec\x5e\x6f\x61\x8a\xdf\xc8\xf9\xb8\xe4\x87\xf4\x3b\x95\xe0\x5b\x1c\x99\x5c\x5f\x4e\xee\x7e\xc2\x59\x7a\xb4\xfa\x0c\x2b\x01\xbd\xa7\x0f\xca\xf4\x66\xa8\x0b\x60\x0b\x23\x6d\xd7\xb0\xb6\x86\xde\x6d\xfd\xbd\x21\xc5\x08\x10\x35\x64\x1f\x34\x5b\xe8\xd1\x06\xe4\xf0\x71\x0c\x3a\xa8\x44\x25\x18\x4f\x1d\x42\xb7\x98\xcf\x87\x61\x48\xf5\x88\x9b\x8a\xab\xe6\x37\x77\xf3\xa7\xfc\x61\xb9\x2e\x96\xb3\x11\x59\x25\x78\xb6\x0d\x79\x0f\x47\x7f\xf4\xec\xa8\xc4\xfe\x0c\xdd\x75\x0d\x1b\xbd\x6f\x08\x8d\x1e\x62\x70\x63\x3a\x63\xe8\x6c\x31\x38\x0e\x6c\xab\x29\xfc\x35\x75\x95\x7c\x4a\xe7\xfd\xba\x6e\x78\xec\x3f\x0d\x88\x85\xb6\x98\x64\x05\xf2\x62\x82\xfb\xac\xc8\x8b\xa9\x4a\xf0\x92\xef\x7e\xd9\x3c\xef\xf0\x92\x6d\xb7\xd9\x7a\x97\x2f\x0b\x6c\xb6\x78\xd8\xac\x1f\xf3\x5d\xbe\x59\x17\xd8\xac\x90\xad\x5f\xf1\x6b\xbe\x7e\x9c\x82\x38\xd4\xe4\x40\x6f\x9d\x8b\xfc\xe2\xc0\xf1\x22\xa9\x8c\x99\xde\x0a\x74\x03\x88\xfd\x88\xcf\xbe\x23\xc3\x07\x36\x68\xb4\xad\x7a\x5d\x11\x2a\x39\x91\xb3\xb1\x1e\x1d\xb9\x96\x7d\x8c\xd3\x43\xdb\x52\x25\x68\xb8\xe5\x30\xb6\xc8\xff\xd3\x54\x5c\xf3\x95\xff\x96\x3a\xb2\x2d\x17\xd8\x4a\x43\xf7\x6c\x63\x61\x95\xee\xf8\x5a\xb0\x05\xdc\x5e\x9b\x54\xf7\xa1\x16\xc7\x7f\x8e\x4c\xe9\xf1\x47\x9f\xb2\xcc\x4f\xdf\xab\x96\x82\x2e\x75\xd0\x0b\x05\x58\xdd\xd2\x02\x67\x7d\xf4\xb3\x13\xd3\x40\x6e\x66\x74\x4b\xcd\xec\xa8\x80\x46\xef\xa9\xf1\x71\x0a\x31\xe4\x05\x26\x71\x6e\xa2\x7c\xbf\xff\x9d\x4c\xf0\x0b\x35\xc3\x05\xa3\x20\x77\x62\x43\x99\x31\xd2\xdb\xf0\x6f\xb2\xca\x49\x43\x5b\x3a\x44\xb5\x77\xf4\xff\x01\xd0\x1d\xff\xec\xa4\xef\xfe\xc3\x8f\xfa\x2b\x00\x00\xff\xff\x74\xd4\x85\x60\xb3\x04\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-binding-knative.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-binding-knative.yaml", + modTime: time.Time{}, + uncompressedSize: 1203, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xda\x4a\x14\x85\xf7\xf3\x2b\x8e\xf0\x26\x91\xc0\xbc\xf7\x56\x4f\x74\xe5\x24\xd0\x5a\x8d\x40\xc2\xa4\x51\x96\x83\x7d\xb1\x6f\xb1\xe7\xba\x33\x63\x1c\xfa\xeb\xab\x31\xd0\x24\x6a\xd5\x6e\x32\x3b\xcb\xd7\xe7\x7e\x67\xce\x71\x84\xc9\xfb\x1d\x15\xe1\x9e\x73\x32\x8e\x0a\x78\x81\xaf\x08\x49\xab\xf3\x8a\x90\xc9\xce\xf7\xda\x12\x16\xd2\x99\x42\x7b\x16\x83\xab\x24\x5b\x5c\xa3\x33\x05\x59\x88\x21\x88\x45\x23\x96\x54\x84\x5c\x8c\xb7\xbc\xed\xbc\x58\xd4\x27\x41\xe8\xd2\x12\x35\x64\xbc\x8b\x81\x8c\x68\x50\x5f\xae\x36\xe9\xed\x1c\x3b\xae\x09\x05\xbb\xd3\x47\x54\xa0\x67\x5f\xa9\x08\xbe\x62\x87\x5e\xec\x1e\x3b\xb1\xd0\x45\xc1\x61\xb1\xae\xc1\x66\x27\xb6\x39\x61\x58\x2a\xb5\x2d\xd8\x94\xc8\xa5\x3d\x5a\x2e\x2b\x0f\xe9\x0d\x59\x57\x71\x1b\xab\x08\x9b\x60\x23\x5b\x5c\x48\xdc\x49\x76\xd8\xe9\x05\x4f\xd2\x9d\x3d\xbc\xb2\x7b\xbe\x85\x31\xbe\x90\x75\x61\xc9\x7f\xf1\x3f\x2a\xc2\x55\x18\x19\x9d\x5f\x8e\xae\x3f\xe0\x28\x1d\x1a\x7d\x84\x11\x8f\xce\xd1\x2b\x65\x7a\xce\xa9\xf5\x60\x83\x5c\x9a\xb6\x66\x6d\x72\x7a\xb1\xf5\x73\x43\x8c\x01\x20\x68\xc8\xd6\x6b\x36\xd0\x83\x0d\xc8\xee\xf5\x18\xb4\x57\x91\x8a\x30\x9c\xca\xfb\x76\x36\x9d\xf6\x7d\x1f\xeb\x01\x37\x16\x5b\x4e\x2f\xee\xa6\xf7\xe9\xed\x7c\x99\xcd\x27\x03\xb2\x8a\xf0\x60\x6a\x72\x0e\x96\xbe\x75\x6c\xa9\xc0\xf6\x08\xdd\xb6\x35\xe7\x7a\x5b\x13\x6a\xdd\x87\xe0\x86\x74\x86\xd0\xd9\xa0\xb7\xec\xd9\x94\x63\xb8\x73\xea\x2a\x7a\x93\xce\xcb\x75\x5d\xf0\xd8\xbd\x19\x10\x03\x6d\x30\x4a\x32\xa4\xd9\x08\x37\x49\x96\x66\x63\x15\xe1\x31\xdd\x7c\x5a\x3d\x6c\xf0\x98\xac\xd7\xc9\x72\x93\xce\x33\xac\xd6\xb8\x5d\x2d\xef\xd2\x4d\xba\x5a\x66\x58\x2d\x90\x2c\x9f\xf0\x39\x5d\xde\x8d\x41\xec\x2b\xb2\xa0\xe7\xd6\x06\x7e\xb1\xe0\x70\x91\x54\x84\x4c\x2f\x05\xba\x00\x84\x7e\x84\x67\xd7\x52\xce\x3b\xce\x51\x6b\x53\x76\xba\x24\x94\x72\x20\x6b\x42\x3d\x5a\xb2\x0d\xbb\x10\xa7\x83\x36\x85\x8a\x50\x73\xc3\x7e\x68\x91\xfb\xd5\x54\x58\xf3\x9e\xff\x96\xda\xb3\x29\x66\x58\x4b\x4d\x37\x6c\x42\x61\x95\x6e\xf9\x5c\xb0\x19\xec\x56\xe7\xb1\xee\x7c\x25\x96\xbf\x0f\x4c\xf1\xfe\x7f\x17\xb3\x4c\x0f\xff\xaa\x86\xbc\x2e\xb4\xd7\x33\x05\x18\xdd\xd0\x0c\x47\xbd\x77\x93\x03\x53\x4f\x76\xb2\x37\xda\xf3\x81\x14\x50\xeb\x2d\xd5\x2e\x4c\x21\x84\x3c\xc3\x28\xcc\x8d\x94\xeb\xb6\x5f\x29\xf7\x6e\xa6\x26\x38\x61\x64\x64\x0f\x9c\x53\x92\xe7\xd2\x19\xff\x3b\x59\x65\xa5\xa6\x35\xed\x82\xda\x0b\xfa\x5f\x00\x74\xcb\x1f\xad\x74\xed\x1f\xfc\xa8\x1f\x01\x00\x00\xff\xff\x27\xb9\x0c\x22\xb3\x04\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-binding-kubernetes.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-binding-kubernetes.yaml", + modTime: time.Time{}, + uncompressedSize: 1187, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xda\x4a\x14\xdd\xcf\xaf\x38\xc2\x9b\x44\x02\xf3\xde\x5b\x3d\xd1\x95\x93\x40\x6b\x35\x02\x09\x93\x46\x59\x0e\xf6\xc5\xbe\xc5\x9e\xeb\xce\x8c\x71\xe8\xaf\xaf\xc6\x40\x93\xa8\x1f\xab\xcc\x0e\xdd\xcb\xf9\xb8\xe7\x38\xc2\xe4\xfd\x9e\x8a\x70\xcf\x39\x19\x47\x05\xbc\xc0\x57\x84\xa4\xd5\x79\x45\xc8\x64\xe7\x7b\x6d\x09\x0b\xe9\x4c\xa1\x3d\x8b\xc1\x55\x92\x2d\xae\xd1\x99\x82\x2c\xc4\x10\xc4\xa2\x11\x4b\x2a\x42\x2e\xc6\x5b\xde\x76\x5e\x2c\xea\x13\x20\x74\x69\x89\x1a\x32\xde\xc5\x40\x46\x34\xa0\x2f\x57\x9b\xf4\x76\x8e\x1d\xd7\x84\x82\xdd\xe9\x4f\x54\xa0\x67\x5f\xa9\x08\xbe\x62\x87\x5e\xec\x1e\x3b\xb1\xd0\x45\xc1\x81\x58\xd7\x60\xb3\x13\xdb\x9c\x64\x58\x2a\xb5\x2d\xd8\x94\xc8\xa5\x3d\x5a\x2e\x2b\x0f\xe9\x0d\x59\x57\x71\x1b\xab\x08\x9b\x60\x23\x5b\x5c\x94\xb8\x13\xec\xc0\xe9\x05\x4f\xd2\x9d\x3d\xbc\xb2\x7b\xbe\xc2\x18\x5f\xc8\xba\x40\xf2\x5f\xfc\x8f\x8a\x70\x15\x56\x46\xe7\xe1\xe8\xfa\x03\x8e\xd2\xa1\xd1\x47\x18\xf1\xe8\x1c\xbd\x42\xa6\xe7\x9c\x5a\x0f\x36\xc8\xa5\x69\x6b\xd6\x26\xa7\x17\x5b\x3f\x19\x62\x0c\x02\x02\x86\x6c\xbd\x66\x03\x3d\xd8\x80\xec\x5e\xaf\x41\x7b\x15\xa9\x08\xc3\xab\xbc\x6f\x67\xd3\x69\xdf\xf7\xb1\x1e\xe4\xc6\x62\xcb\xe9\xc5\xdd\xf4\x3e\xbd\x9d\x2f\xb3\xf9\x64\x90\xac\x22\x3c\x98\x9a\x9c\x83\xa5\x6f\x1d\x5b\x2a\xb0\x3d\x42\xb7\x6d\xcd\xb9\xde\xd6\x84\x5a\xf7\x21\xb8\x21\x9d\x21\x74\x36\xe8\x2d\x7b\x36\xe5\x18\xee\x9c\xba\x8a\xde\xa4\xf3\x72\xae\x8b\x3c\x76\x6f\x16\xc4\x40\x1b\x8c\x92\x0c\x69\x36\xc2\x4d\x92\xa5\xd9\x58\x45\x78\x4c\x37\x9f\x56\x0f\x1b\x3c\x26\xeb\x75\xb2\xdc\xa4\xf3\x0c\xab\x35\x6e\x57\xcb\xbb\x74\x93\xae\x96\x19\x56\x0b\x24\xcb\x27\x7c\x4e\x97\x77\x63\x10\xfb\x8a\x2c\xe8\xb9\xb5\x41\xbf\x58\x70\x38\x24\x15\x21\xd3\x4b\x81\x2e\x02\x42\x3f\xc2\x6f\xd7\x52\xce\x3b\xce\x51\x6b\x53\x76\xba\x24\x94\x72\x20\x6b\x42\x3d\x5a\xb2\x0d\xbb\x10\xa7\x83\x36\x85\x8a\x50\x73\xc3\x7e\x68\x91\xfb\xd5\x54\xa0\x79\xcf\x6f\x4b\xed\xd9\x14\x33\xac\xa5\xa6\x1b\x36\xa1\xb0\x4a\xb7\x7c\x2e\xd8\x0c\x76\xab\xf3\x58\x77\xbe\x12\xcb\xdf\x07\x4d\xf1\xfe\x7f\x17\xb3\x4c\x0f\xff\xaa\x86\xbc\x2e\xb4\xd7\x33\x05\x18\xdd\xd0\x0c\x47\xbd\x77\x93\x03\x53\x4f\x56\x01\xb5\xde\x52\xed\xc2\x14\x21\xdc\x19\x46\x61\x3e\x52\xae\xdb\x7e\xa5\xdc\xbb\x99\x9a\xe0\x44\x9f\x91\x3d\x70\x4e\x49\x9e\x4b\x67\xfc\x6f\xe1\xac\xd4\xb4\xa6\x5d\x40\x7b\x91\xfc\x07\x62\xdd\xf2\x47\x2b\x5d\xfb\x17\xfd\xea\x47\x00\x00\x00\xff\xff\xde\x54\x66\x1e\xa3\x04\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-binding-openshift.yaml", + modTime: time.Time{}, + uncompressedSize: 1187, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xda\x4a\x14\xdd\xcf\xaf\x38\xc2\x9b\x44\x02\xf3\xde\x5b\x3d\xd1\x95\x93\x40\x6b\x35\x02\x09\x93\x46\x59\x0e\xf6\xc5\xbe\xc5\x9e\xeb\xce\x8c\x71\xe8\xaf\xaf\xc6\x40\x93\xa8\x1f\xab\xcc\x0e\xdd\xcb\xf9\xb8\xe7\x38\xc2\xe4\xfd\x9e\x8a\x70\xcf\x39\x19\x47\x05\xbc\xc0\x57\x84\xa4\xd5\x79\x45\xc8\x64\xe7\x7b\x6d\x09\x0b\xe9\x4c\xa1\x3d\x8b\xc1\x55\x92\x2d\xae\xd1\x99\x82\x2c\xc4\x10\xc4\xa2\x11\x4b\x2a\x42\x2e\xc6\x5b\xde\x76\x5e\x2c\xea\x13\x20\x74\x69\x89\x1a\x32\xde\xc5\x40\x46\x34\xa0\x2f\x57\x9b\xf4\x76\x8e\x1d\xd7\x84\x82\xdd\xe9\x4f\x54\xa0\x67\x5f\xa9\x08\xbe\x62\x87\x5e\xec\x1e\x3b\xb1\xd0\x45\xc1\x81\x58\xd7\x60\xb3\x13\xdb\x9c\x64\x58\x2a\xb5\x2d\xd8\x94\xc8\xa5\x3d\x5a\x2e\x2b\x0f\xe9\x0d\x59\x57\x71\x1b\xab\x08\x9b\x60\x23\x5b\x5c\x94\xb8\x13\xec\xc0\xe9\x05\x4f\xd2\x9d\x3d\xbc\xb2\x7b\xbe\xc2\x18\x5f\xc8\xba\x40\xf2\x5f\xfc\x8f\x8a\x70\x15\x56\x46\xe7\xe1\xe8\xfa\x03\x8e\xd2\xa1\xd1\x47\x18\xf1\xe8\x1c\xbd\x42\xa6\xe7\x9c\x5a\x0f\x36\xc8\xa5\x69\x6b\xd6\x26\xa7\x17\x5b\x3f\x19\x62\x0c\x02\x02\x86\x6c\xbd\x66\x03\x3d\xd8\x80\xec\x5e\xaf\x41\x7b\x15\xa9\x08\xc3\xab\xbc\x6f\x67\xd3\x69\xdf\xf7\xb1\x1e\xe4\xc6\x62\xcb\xe9\xc5\xdd\xf4\x3e\xbd\x9d\x2f\xb3\xf9\x64\x90\xac\x22\x3c\x98\x9a\x9c\x83\xa5\x6f\x1d\x5b\x2a\xb0\x3d\x42\xb7\x6d\xcd\xb9\xde\xd6\x84\x5a\xf7\x21\xb8\x21\x9d\x21\x74\x36\xe8\x2d\x7b\x36\xe5\x18\xee\x9c\xba\x8a\xde\xa4\xf3\x72\xae\x8b\x3c\x76\x6f\x16\xc4\x40\x1b\x8c\x92\x0c\x69\x36\xc2\x4d\x92\xa5\xd9\x58\x45\x78\x4c\x37\x9f\x56\x0f\x1b\x3c\x26\xeb\x75\xb2\xdc\xa4\xf3\x0c\xab\x35\x6e\x57\xcb\xbb\x74\x93\xae\x96\x19\x56\x0b\x24\xcb\x27\x7c\x4e\x97\x77\x63\x10\xfb\x8a\x2c\xe8\xb9\xb5\x41\xbf\x58\x70\x38\x24\x15\x21\xd3\x4b\x81\x2e\x02\x42\x3f\xc2\x6f\xd7\x52\xce\x3b\xce\x51\x6b\x53\x76\xba\x24\x94\x72\x20\x6b\x42\x3d\x5a\xb2\x0d\xbb\x10\xa7\x83\x36\x85\x8a\x50\x73\xc3\x7e\x68\x91\xfb\xd5\x54\xa0\x79\xcf\x6f\x4b\xed\xd9\x14\x33\xac\xa5\xa6\x1b\x36\xa1\xb0\x4a\xb7\x7c\x2e\xd8\x0c\x76\xab\xf3\x58\x77\xbe\x12\xcb\xdf\x07\x4d\xf1\xfe\x7f\x17\xb3\x4c\x0f\xff\xaa\x86\xbc\x2e\xb4\xd7\x33\x05\x18\xdd\xd0\x0c\x47\xbd\x77\x93\x03\x53\x4f\x56\x01\xb5\xde\x52\xed\xc2\x14\x21\xdc\x19\x46\x61\x3e\x52\xae\xdb\x7e\xa5\xdc\xbb\x99\x9a\xe0\x44\x9f\x91\x3d\x70\x4e\x49\x9e\x4b\x67\xfc\x6f\xe1\xac\xd4\xb4\xa6\x5d\x40\x7b\x91\xfc\x07\x62\xdd\xf2\x47\x2b\x5d\xfb\x17\xfd\xea\x47\x00\x00\x00\xff\xff\xde\x54\x66\x1e\xa3\x04\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-binding-strimzi.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-binding-strimzi.yaml", + modTime: time.Time{}, + uncompressedSize: 1203, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xe2\x48\x10\x85\xef\xfd\x2b\x9e\xf0\x25\x91\xc0\xec\xee\x69\xc5\x9e\x9c\x04\x76\xac\x89\x40\xc2\x64\xa2\x1c\x1b\xbb\xb0\x6b\xb0\xbb\x3c\xdd\x6d\x1c\xf2\xeb\x47\x6d\x60\x92\x68\x46\x33\x97\xf4\x0d\x51\xbc\xfa\x5e\xbd\x47\x84\xc9\xc7\x3d\x15\xe1\x9e\x73\x32\x8e\x0a\x78\x81\xaf\x08\x49\xab\xf3\x8a\x90\xc9\xce\xf7\xda\x12\x16\xd2\x99\x42\x7b\x16\x83\xab\x24\x5b\x5c\xa3\x33\x05\x59\x88\x21\x88\x45\x23\x96\x54\x84\x5c\x8c\xb7\xbc\xed\xbc\x58\xd4\x27\x41\xe8\xd2\x12\x35\x64\xbc\x8b\x81\x8c\x68\x50\x5f\xae\x36\xe9\xed\x1c\x3b\xae\x09\x05\xbb\xd3\x8f\xa8\x40\xcf\xbe\x52\x11\x7c\xc5\x0e\xbd\xd8\x3d\x76\x62\xa1\x8b\x82\xc3\x62\x5d\x83\xcd\x4e\x6c\x73\xc2\xb0\x54\x6a\x5b\xb0\x29\x91\x4b\x7b\xb4\x5c\x56\x1e\xd2\x1b\xb2\xae\xe2\x36\x56\x11\x36\xc1\x46\xb6\xb8\x90\xb8\x93\xec\xb0\xd3\x0b\x9e\xa4\x3b\x7b\x78\x63\xf7\x7c\x85\x31\xbe\x90\x75\x61\xc9\x3f\xf1\x5f\x2a\xc2\x55\x18\x19\x9d\xbf\x1c\x5d\xff\x87\xa3\x74\x68\xf4\x11\x46\x3c\x3a\x47\x6f\x94\xe9\x39\xa7\xd6\x83\x0d\x72\x69\xda\x9a\xb5\xc9\xe9\xd5\xd6\x8f\x0d\x31\x06\x80\xa0\x21\x5b\xaf\xd9\x40\x0f\x36\x20\xbb\xb7\x63\xd0\x5e\x45\x2a\xc2\xf0\x2a\xef\xdb\xd9\x74\xda\xf7\x7d\xac\x07\xdc\x58\x6c\x39\xbd\xb8\x9b\xde\xa7\xb7\xf3\x65\x36\x9f\x0c\xc8\x2a\xc2\x83\xa9\xc9\x39\x58\xfa\xd6\xb1\xa5\x02\xdb\x23\x74\xdb\xd6\x9c\xeb\x6d\x4d\xa8\x75\x1f\x82\x1b\xd2\x19\x42\x67\x83\xde\xb2\x67\x53\x8e\xe1\xce\xa9\xab\xe8\x5d\x3a\xaf\xe7\xba\xe0\xb1\x7b\x37\x20\x06\xda\x60\x94\x64\x48\xb3\x11\x6e\x92\x2c\xcd\xc6\x2a\xc2\x63\xba\xf9\xb4\x7a\xd8\xe0\x31\x59\xaf\x93\xe5\x26\x9d\x67\x58\xad\x71\xbb\x5a\xde\xa5\x9b\x74\xb5\xcc\xb0\x5a\x20\x59\x3e\xe1\x73\xba\xbc\x1b\x83\xd8\x57\x64\x41\xcf\xad\x0d\xfc\x62\xc1\xe1\x90\x54\x84\x4c\x2f\x05\xba\x00\x84\x7e\x84\xcf\xae\xa5\x9c\x77\x9c\xa3\xd6\xa6\xec\x74\x49\x28\xe5\x40\xd6\x84\x7a\xb4\x64\x1b\x76\x21\x4e\x07\x6d\x0a\x15\xa1\xe6\x86\xfd\xd0\x22\xf7\xb3\xa9\xb0\xe6\x23\xff\x5b\x6a\xcf\xa6\x98\x61\x2d\x35\xdd\xb0\x09\x85\x55\xba\xe5\x73\xc1\x66\xb0\x5b\x9d\xc7\xba\xf3\x95\x58\x7e\x19\x98\xe2\xfd\xbf\x2e\x66\x99\x1e\xfe\x56\x0d\x79\x5d\x68\xaf\x67\x0a\x30\xba\xa1\x19\x8e\x7a\xef\x26\x07\xa6\x9e\xec\x24\x1c\xbe\x79\x61\x05\xd4\x7a\x4b\xb5\x0b\x53\x08\x21\xcf\x30\x0a\x73\x23\xe5\xba\xed\x57\xca\xbd\x9b\xa9\x09\x4e\x18\x19\xd9\x03\xe7\x94\xe4\xb9\x74\xc6\xff\x4a\x56\x59\xa9\x69\x4d\xbb\xa0\xf6\x8a\xfe\x07\x00\xdd\xf2\xff\x56\xba\xf6\x37\x7e\xd4\xf7\x00\x00\x00\xff\xff\x61\x5b\xb5\x96\xb3\x04\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-camel-k.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-camel-k.yaml", + modTime: time.Time{}, + uncompressedSize: 1283, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x23\x69\x2c\x0d\x4c\x91\xea\x90\x5a\xc5\xfd\xfa\x82\xb2\x9c\xdd\x6d\xae\xe1\x89\x43\x3e\xce\xbc\x37\x6f\x98\x61\xfd\xe3\x96\xc9\xf0\x51\x6a\x76\x81\x1b\x44\x8f\xd8\x31\x76\x03\xd5\x1d\xa3\xf4\xa7\x38\x91\x32\x1e\xfd\xe8\x1a\x8a\xe2\x1d\xde\xed\xca\xc7\xf7\x18\x5d\xc3\x0a\xef\x18\x5e\xd1\x7b\x65\x93\xa1\xf6\x2e\xaa\x54\x63\xf4\x0a\x7b\x4d\x08\x6a\x95\xb9\x67\x17\x43\x0e\x94\xcc\x73\xf6\xfd\xe1\x58\xdc\x3f\xe0\x24\x96\xd1\x48\xb8\x3e\xe2\x06\x93\xc4\xce\x64\x88\x9d\x04\x4c\x5e\xcf\x38\x79\x05\x35\x8d\xa4\xc2\x64\x21\xee\xe4\xb5\xbf\xd2\x50\x6e\x49\x1b\x71\x2d\x6a\x3f\x5c\x54\xda\x2e\xc2\x4f\x8e\x35\x74\x32\xe4\x26\xc3\x31\xc9\x28\x1f\x6f\x4c\xc2\x35\xed\x5c\x33\x7a\x7c\xf1\xe3\xa2\xe1\x95\xdc\xa5\x0b\x77\xf8\x9b\x35\xa4\x22\xbf\xe4\x3f\x99\x0c\xef\x12\x64\xb5\x5c\xae\xde\xff\x86\x8b\x1f\xd1\xd3\x05\xce\x47\x8c\x81\x5f\x65\xe6\xaf\x35\x0f\x11\xe2\x50\xfb\x7e\xb0\x42\xae\xe6\x17\x59\xdf\x2a\xe4\x98\x09\xa4\x1c\xbe\x8a\x24\x0e\x34\xcb\x80\x3f\xbd\x86\x81\xa2\xc9\x4c\x86\x79\x75\x31\x0e\xdb\xcd\x66\x9a\xa6\x9c\x66\xba\xb9\xd7\x76\x73\x53\xb7\xf9\x58\xdc\x3f\xec\xcb\x87\xf5\x4c\xd9\x64\xf8\xe4\x2c\x87\x00\xe5\x7f\x46\x51\x6e\x50\x5d\x40\xc3\x60\xa5\xa6\xca\x32\x2c\x4d\xc9\xb8\xd9\x9d\xd9\x74\x71\x98\x54\xa2\xb8\xf6\x0e\x61\x71\xdd\x64\x6f\xdc\x79\x69\xd7\x8d\x9e\x84\x37\x00\xef\x40\x0e\xab\x5d\x89\xa2\x5c\xe1\xf7\x5d\x59\x94\x77\x26\xc3\xe7\xe2\xf8\xe7\xe1\xd3\x11\x9f\x77\x4f\x4f\xbb\xfd\xb1\x78\x28\x71\x78\xc2\xfd\x61\xff\xa1\x38\x16\x87\x7d\x89\xc3\x23\x76\xfb\x2f\xf8\xab\xd8\x7f\xb8\x03\x4b\xec\x58\xc1\x5f\x07\x4d\xfc\xbd\x42\x52\x23\xb9\x49\x9e\xde\x06\xe8\x46\x20\xcd\x47\x8a\xc3\xc0\xb5\x9c\xa4\x86\x25\xd7\x8e\xd4\x32\x5a\xff\xcc\xea\xd2\x78\x0c\xac\xbd\x84\x64\x67\x00\xb9\xc6\x64\xb0\xd2\x4b\x9c\xa7\x28\x7c\x2f\x2a\x95\xf9\x91\x7f\xcb\x9c\xc5\x35\x5b\x3c\x79\xcb\x86\x06\x59\x26\x6b\x0b\xad\xa8\xce\x69\x8c\x9d\x57\xf9\x77\x26\x93\x9f\x7f\x0d\xb9\xf8\xcd\xf3\xcf\xa6\xe7\x48\x0d\x45\xda\x1a\xc0\x51\xcf\x5b\x5c\xe8\x1c\xd6\xcf\xc2\x13\xeb\xba\xa6\x9e\xed\xfa\x6c\x00\x4b\x15\xdb\x90\x50\x48\xee\x6e\xb1\x4a\xb8\x95\xd1\xd1\x72\xd8\x9a\x35\x68\x90\x3f\xd4\x8f\xc3\x82\x59\x63\x7e\xfb\x6a\x80\x0c\xa0\x1c\xfc\xa8\x35\x7f\xc3\x88\x8b\xdc\xea\xb5\x41\xcb\xd1\x39\x3d\xe3\xf8\xbf\xb0\x12\x97\x7e\x60\x3a\x7d\x66\xad\x5e\x8a\x28\x53\xe4\x25\x68\x12\xf2\x6d\x50\x7b\x6b\xb9\x4e\xf9\x97\xe3\x96\xe3\xb2\xb3\x12\x6e\xdb\x81\x62\xdd\x2d\xfb\x71\x68\x5e\x32\x4e\xf3\xc5\x7f\x01\x00\x00\xff\xff\xa0\x43\xa6\x9f\x03\x05\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-knative.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-knative.yaml", + modTime: time.Time{}, + uncompressedSize: 1600, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x52\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\xd6\x68\x60\x03\x2b\xa7\x41\x8e\x14\x35\x96\x06\xa6\x48\x75\x48\x59\x71\xbf\xbe\x20\x2d\x37\xbb\x08\xd0\x5e\x16\x0d\x2f\x1a\x52\x4f\x6f\xde\xe3\x1b\x15\x58\xbe\xde\x52\x05\xde\xb3\x21\x17\xa8\x41\xf4\x88\x1d\x61\x33\x68\xd3\x11\x2a\x7f\x8c\x93\x16\xc2\xa3\x1f\x5d\xa3\x23\x7b\x87\x37\x9b\xea\xf1\x2d\x46\xd7\x90\xc0\x3b\x82\x17\xf4\x5e\x48\x15\x30\xde\x45\xe1\x7a\x8c\x5e\x60\xaf\x84\xd0\xad\x10\xf5\xe4\x62\x28\x81\x8a\x28\xb3\xef\xf6\x87\xed\xfd\x03\x8e\x6c\x09\x0d\x87\xeb\x47\xd4\x60\xe2\xd8\xa9\x02\xb1\xe3\x80\xc9\xcb\x09\x47\x2f\xd0\x4d\xc3\xa9\xb1\xb6\x60\x77\xf4\xd2\x5f\x65\x08\xb5\x5a\x1a\x76\x2d\x8c\x1f\x2e\xc2\x6d\x17\xe1\x27\x47\x12\x3a\x1e\x4a\x55\xe0\x90\x6c\x54\x8f\x37\x25\xe1\x4a\x9b\x7b\x46\x8f\x4f\x7e\x9c\x3d\x3c\xb3\x3b\xdf\xc2\x1d\xfe\x20\x09\xa9\xc9\x8f\xe5\xf7\xaa\xc0\x9b\x04\x59\xcc\x2f\x17\x6f\x7f\xc6\xc5\x8f\xe8\xf5\x05\xce\x47\x8c\x81\x9e\x31\xd3\x67\x43\x43\x04\x3b\x18\xdf\x0f\x96\xb5\x33\xf4\xc5\xd6\x3f\x1d\x4a\x64\x01\x89\xc3\xd7\x51\xb3\x83\xce\x36\xe0\x8f\xcf\x61\xd0\x51\x15\xaa\x40\x5e\x5d\x8c\xc3\x7a\xb5\x9a\xa6\xa9\xd4\x59\x6e\xe9\xa5\x5d\xdd\xdc\xad\xde\x6f\xef\x1f\x76\xd5\xc3\x32\x4b\x56\x05\x3e\x38\x4b\x21\x40\xe8\xcf\x91\x85\x1a\xd4\x17\xe8\x61\xb0\x6c\x74\x6d\x09\x56\x4f\x29\xb8\x9c\x4e\x0e\x9d\x1d\x26\xe1\xc8\xae\xbd\x43\x98\x53\x57\xc5\x8b\x74\xbe\x5c\xd7\x4d\x1e\x87\x17\x00\xef\xa0\x1d\x16\x9b\x0a\xdb\x6a\x81\x5f\x36\xd5\xb6\xba\x53\x05\x3e\x6e\x0f\xbf\xed\x3f\x1c\xf0\x71\xf3\xf4\xb4\xd9\x1d\xb6\x0f\x15\xf6\x4f\xb8\xdf\xef\xde\x6d\x0f\xdb\xfd\xae\xc2\xfe\x11\x9b\xdd\x27\xfc\xbe\xdd\xbd\xbb\x03\x71\xec\x48\x40\x9f\x07\x49\xfa\xbd\x80\xd3\x45\x52\x93\x32\xbd\x0d\xd0\x4d\x40\x9a\x8f\xb4\x0f\x03\x19\x3e\xb2\x81\xd5\xae\x1d\x75\x4b\x68\xfd\x99\xc4\xa5\xf1\x18\x48\x7a\x0e\x29\xce\x00\xed\x1a\x55\xc0\x72\xcf\x31\x4f\x51\xf8\xda\x54\x6a\xf3\x9a\xff\x96\x3a\xb1\x6b\xd6\x78\xf2\x96\x94\x1e\x78\x9e\xac\x35\xa4\xd6\xa6\xd4\x63\xec\xbc\xf0\x5f\x59\x4c\x79\xfa\x29\x94\xec\x57\xe7\x1f\x54\x4f\x51\x37\x3a\xea\xb5\x02\x9c\xee\x69\x8d\x8b\x3e\x85\xe5\x99\x69\x22\x59\x9e\x9c\x8e\x7c\x26\x05\x58\x5d\x93\x0d\x09\x85\x94\xee\x1a\x8b\x84\x5b\x28\x19\x2d\x85\xb5\x5a\x42\x0f\xfc\xab\xf8\x71\xc8\x98\x25\xe8\x4c\x2e\x65\x5c\xce\x14\x65\x43\x67\x05\x08\x05\x3f\x8a\xa1\x19\x55\x8b\x3f\x91\x84\x5c\x47\xe1\xb6\xbd\x6e\xce\x24\xf5\x8c\x30\x42\x3a\x52\x2e\x1b\xb2\xf4\xa2\x34\xde\x5a\x32\xc9\x50\x3e\x6c\x29\xe6\xa7\xe5\x70\x2d\x06\x1d\x4d\x97\xab\x71\x68\x6e\x2c\x53\x3e\xfc\x4a\x6f\x4f\x21\xe8\xf6\x3f\x05\x9b\x4e\x3b\x47\xf6\xaa\x98\x5d\x4f\xbd\x97\xcb\x8b\xc3\x30\xd6\xc1\x08\x0f\x39\xf4\x6f\xe3\x65\x56\xfc\xef\x4e\x16\xdf\x2d\xfe\x17\x75\x7f\x07\x00\x00\xff\xff\x7c\xa8\xc6\x67\x40\x06\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-kubernetes.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-kubernetes.yaml", + modTime: time.Time{}, + uncompressedSize: 1726, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\x4d\x8f\x1b\x37\x0c\xbd\xeb\x57\x3c\x78\x2e\x49\xb1\x3b\x6e\x7b\x2a\xdc\x93\x9b\xec\xb6\x46\x03\x1b\xd8\x71\x1a\xe4\x28\x6b\xe8\x19\x76\x35\x92\x4a\x69\x3c\xeb\xfe\xfa\x42\xb2\xbd\x1f\xd9\x16\x68\x81\x00\x9d\x8b\x49\x8a\xe2\x7b\x8f\xa4\x5c\xe1\xfa\xeb\x7d\xaa\xc2\x07\x36\xe4\x22\xb5\x48\x1e\xa9\x27\x2c\x83\x36\x3d\xa1\xf1\xfb\x34\x69\x21\xdc\xfa\xd1\xb5\x3a\xb1\x77\x78\xb3\x6c\x6e\xdf\x62\x74\x2d\x09\xbc\x23\x78\xc1\xe0\x85\x54\x05\xe3\x5d\x12\xde\x8d\xc9\x0b\xec\xa9\x20\x74\x27\x44\x03\xb9\x14\x6b\xa0\x21\x2a\xd5\xd7\x9b\xed\xea\xdd\x0d\xf6\x6c\x09\x2d\xc7\xd3\x25\x6a\x31\x71\xea\x55\x85\xd4\x73\xc4\xe4\xe5\x1e\x7b\x2f\xd0\x6d\xcb\x19\x58\x5b\xb0\xdb\x7b\x19\x4e\x34\x84\x3a\x2d\x2d\xbb\x0e\xc6\x87\xa3\x70\xd7\x27\xf8\xc9\x91\xc4\x9e\x43\xad\x2a\x6c\xb3\x8c\xe6\xf6\xc2\x24\x9e\xca\x16\xcc\xe4\xf1\xd9\x8f\x67\x0d\xcf\xe4\x9e\xbb\x70\x85\xdf\x48\x62\x06\xf9\xbe\xfe\x56\x55\x78\x93\x53\x66\xe7\xc3\xd9\xdb\x1f\x71\xf4\x23\x06\x7d\x84\xf3\x09\x63\xa4\x67\x95\xe9\xc1\x50\x48\x60\x07\xe3\x87\x60\x59\x3b\x43\x4f\xb2\x1e\x11\x6a\x14\x02\xb9\x86\xdf\x25\xcd\x0e\xba\xc8\x80\xdf\x3f\x4f\x83\x4e\xaa\x52\x15\xca\xd7\xa7\x14\x16\xf3\xf9\x34\x4d\xb5\x2e\x74\x6b\x2f\xdd\xfc\xa2\x6e\xfe\x61\xf5\xee\x66\xdd\xdc\x5c\x17\xca\xaa\xc2\x47\x67\x29\x46\x08\xfd\x31\xb2\x50\x8b\xdd\x11\x3a\x04\xcb\x46\xef\x2c\xc1\xea\x29\x0f\xae\x4c\xa7\x0c\x9d\x1d\x26\xe1\xc4\xae\xbb\x42\x3c\x4f\x5d\x55\x2f\xa6\xf3\xd4\xae\x0b\x3d\x8e\x2f\x12\xbc\x83\x76\x98\x2d\x1b\xac\x9a\x19\x7e\x5a\x36\xab\xe6\x4a\x55\xf8\xb4\xda\xfe\xb2\xf9\xb8\xc5\xa7\xe5\xdd\xdd\x72\xbd\x5d\xdd\x34\xd8\xdc\xe1\xdd\x66\xfd\x7e\xb5\x5d\x6d\xd6\x0d\x36\xb7\x58\xae\x3f\xe3\xd7\xd5\xfa\xfd\x15\x88\x53\x4f\x02\x7a\x08\x92\xf9\x7b\x01\xe7\x46\x52\x9b\x67\x7a\x59\xa0\x0b\x81\xbc\x1f\xd9\x8f\x81\x0c\xef\xd9\xc0\x6a\xd7\x8d\xba\x23\x74\xfe\x40\xe2\xf2\x7a\x04\x92\x81\x63\x1e\x67\x84\x76\xad\xaa\x60\x79\xe0\x54\xb6\x28\xbe\x16\x95\x61\xbe\xe6\xdb\x52\xf7\xec\xda\x05\xee\xbc\x25\xa5\x03\x9f\x37\x6b\x01\xd9\x69\x53\xeb\x31\xf5\x5e\xf8\xcf\x42\xa6\xbe\xff\x21\xd6\xec\xe7\x87\xef\xd4\x40\x49\xb7\x3a\xe9\x85\x02\x9c\x1e\x68\x81\xa3\xbe\x8f\xd7\x07\xa6\x89\x44\x01\x56\xef\xc8\xc6\x7c\x8a\x3c\xd5\x05\x66\xf9\x7c\xa6\x64\xb4\x14\x17\xea\x1a\x3a\xf0\xcf\xe2\xc7\x50\x72\xae\xcb\xed\xda\x70\x92\x31\xee\x45\x0f\x94\x1f\x57\x5e\x1f\x05\x08\x45\x3f\x8a\xa1\x73\xe6\xec\x9b\x99\x02\x0e\x24\xbb\x67\x81\x57\xf5\x66\xb3\xd7\x37\x83\x6f\xe3\xa3\x31\xa7\x07\x32\xc5\x8b\x24\x07\x36\x14\xcf\x8e\x11\x4a\x27\x9b\x5c\x1b\x3c\xbb\xb3\x67\xbc\xdb\x73\x37\xe8\x10\x5f\xc2\x1b\x21\x9d\xa8\x98\x2d\x59\x7a\x61\x1a\x6f\x2d\x99\xdc\xba\x12\xec\x28\x95\x5f\xcb\xf1\x64\x04\x9d\x4c\x5f\xac\x31\xb4\x97\x2a\x53\x09\xfe\x6b\x45\x73\xeb\xbb\x27\x27\x26\x9d\xc6\x2f\x18\xbe\x82\xfd\x07\x04\x1d\x8a\xb6\x2f\x30\x5a\x0a\xd6\x1f\xcb\x1f\x64\xf1\x85\xca\x1b\x8d\x97\x2e\x65\x44\xda\x8f\xf6\x1c\xf8\x3f\x3a\xb3\xcb\xf1\xbf\x69\xcf\xef\x7e\x17\x1f\x8d\xff\xd2\x1a\xf5\x57\x00\x00\x00\xff\xff\x99\x30\x9c\x12\xbe\x06\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-openshift.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-openshift.yaml", + modTime: time.Time{}, + uncompressedSize: 1711, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\xc1\x6e\x1b\x37\x10\xbd\xf3\x2b\x1e\x76\x2f\x49\x61\xaf\xda\x9e\x0a\xf5\xa4\x26\x76\x2b\x34\x90\x00\xaf\xd2\x20\x47\x8a\x3b\xda\x9d\x9a\x4b\xb2\x43\xae\x37\xea\xd7\x17\xa4\xa4\xd8\x8e\x5b\xa0\x05\x02\x74\x2f\x9a\x19\x0e\xe7\xbd\x37\x33\x54\x8d\xeb\xaf\xf7\xa9\x1a\xef\xd8\x90\x8b\xd4\x21\x79\xa4\x81\xb0\x0a\xda\x0c\x84\xd6\x1f\xd2\xac\x85\x70\xeb\x27\xd7\xe9\xc4\xde\xe1\xd5\xaa\xbd\x7d\x8d\xc9\x75\x24\xf0\x8e\xe0\x05\xa3\x17\x52\x35\x8c\x77\x49\x78\x3f\x25\x2f\xb0\xa7\x82\xd0\xbd\x10\x8d\xe4\x52\x6c\x80\x96\xa8\x54\xdf\x6c\x77\xeb\x37\x37\x38\xb0\x25\x74\x1c\x4f\x97\xa8\xc3\xcc\x69\x50\x35\xd2\xc0\x11\xb3\x97\x7b\x1c\xbc\x40\x77\x1d\x67\x60\x6d\xc1\xee\xe0\x65\x3c\xd1\x10\xea\xb5\x74\xec\x7a\x18\x1f\x8e\xc2\xfd\x90\xe0\x67\x47\x12\x07\x0e\x8d\xaa\xb1\xcb\x32\xda\xdb\x0b\x93\x78\x2a\x5b\x30\x93\xc7\x47\x3f\x9d\x35\x3c\x91\x7b\xee\xc2\x15\x7e\x23\x89\x19\xe4\xfb\xe6\x5b\x55\xe3\x55\x4e\xa9\xce\x87\xd5\xeb\x1f\x71\xf4\x13\x46\x7d\x84\xf3\x09\x53\xa4\x27\x95\xe9\x93\xa1\x90\xc0\x0e\xc6\x8f\xc1\xb2\x76\x86\x1e\x65\x7d\x46\x68\x50\x08\xe4\x1a\x7e\x9f\x34\x3b\xe8\x22\x03\xfe\xf0\x34\x0d\x3a\xa9\x5a\xd5\x28\xdf\x90\x52\x58\x2e\x16\xf3\x3c\x37\xba\xd0\x6d\xbc\xf4\x8b\x8b\xba\xc5\xbb\xf5\x9b\x9b\x4d\x7b\x73\x5d\x28\xab\x1a\xef\x9d\xa5\x18\x21\xf4\xc7\xc4\x42\x1d\xf6\x47\xe8\x10\x2c\x1b\xbd\xb7\x04\xab\xe7\x3c\xb8\x32\x9d\x32\x74\x76\x98\x85\x13\xbb\xfe\x0a\xf1\x3c\x75\x55\x3f\x9b\xce\x63\xbb\x2e\xf4\x38\x3e\x4b\xf0\x0e\xda\xa1\x5a\xb5\x58\xb7\x15\x7e\x5a\xb5\xeb\xf6\x4a\xd5\xf8\xb0\xde\xfd\xb2\x7d\xbf\xc3\x87\xd5\xdd\xdd\x6a\xb3\x5b\xdf\xb4\xd8\xde\xe1\xcd\x76\xf3\x76\xbd\x5b\x6f\x37\x2d\xb6\xb7\x58\x6d\x3e\xe2\xd7\xf5\xe6\xed\x15\x88\xd3\x40\x02\xfa\x14\x24\xf3\xf7\x02\xce\x8d\xa4\x2e\xcf\xf4\xb2\x40\x17\x02\x79\x3f\xb2\x1f\x03\x19\x3e\xb0\x81\xd5\xae\x9f\x74\x4f\xe8\xfd\x03\x89\xcb\xeb\x11\x48\x46\x8e\x79\x9c\x11\xda\x75\xaa\x86\xe5\x91\x53\xd9\xa2\xf8\x52\x54\x86\xf9\x9a\x6f\x4b\xdd\xb3\xeb\x96\xb8\xf3\x96\x94\x0e\x7c\xde\xac\x25\x64\xaf\x4d\xa3\xa7\x34\x78\xe1\x3f\x0b\x99\xe6\xfe\x87\xd8\xb0\x5f\x3c\x7c\xa7\x46\x4a\xba\xd3\x49\x2f\x15\xe0\xf4\x48\x4b\x1c\xf5\x7d\xbc\x7e\x60\x9a\x49\x14\x60\xf5\x9e\x6c\xcc\xa7\xc8\x53\x5d\xa2\xca\xe7\x95\x92\xc9\x52\x5c\xaa\x6b\xe8\xc0\x3f\x8b\x9f\x42\xc9\xb9\x2e\xb7\x1b\xc3\x49\xa6\x78\x10\x3d\x52\x7e\x5c\x79\x7d\x14\x20\x14\xfd\x24\x86\xce\x99\xd5\x37\x95\x02\x1e\x48\xf6\x4f\x02\x2f\xea\x55\xd5\xcb\x9b\xc1\x77\xb1\x18\x91\xe4\x81\x0d\x5d\x1c\x23\x94\x4e\x36\xb9\x2e\x78\x76\x67\xcf\x78\x77\xe0\x7e\xd4\x21\x3e\x07\x34\x42\x3a\x51\x31\x3b\xb2\xf4\xcc\x34\xde\x5a\x32\xb9\x59\x25\xd8\x53\x2a\xbf\x96\xe3\xc9\x08\x3a\x99\xa1\x58\x53\xe8\x2e\x55\xe6\x12\xfc\xd7\x1a\x16\xd6\xf7\x8f\x4e\x4c\x3a\x4d\x5f\x30\x7c\x01\xfb\x0f\x08\x3a\x14\x6d\x5f\x60\x74\x14\xac\x3f\x96\xbf\xc4\xe2\x0b\x95\x57\x19\x2f\x5d\xca\x88\x74\x98\xec\x39\xf0\x7f\x74\x66\x9f\xe3\x7f\xd3\x9e\xdf\xfd\x3e\x7e\x36\xfe\x4b\x6b\xfe\x0a\x00\x00\xff\xff\x12\xf9\x80\x30\xaf\x06\x00\x00"), + }, + "/infrastructure/rbac/viewer-role-strimzi.yaml": &vfsgen۰CompressedFileInfo{ + name: "viewer-role-strimzi.yaml", + modTime: time.Time{}, + uncompressedSize: 1245, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x96\xd3\x20\xc7\x31\x35\x96\x06\xa6\x48\x96\xa4\xac\x38\x5f\x5f\x50\x96\xb3\xbb\xed\x35\x3c\x91\x9e\xe7\x37\xef\xcd\x1b\x15\x58\xfe\xb8\xa3\x0a\x7c\x14\xcd\x36\x72\x83\xe4\x90\x3a\xc6\xc6\x93\xee\x18\xb5\x3b\xa5\x91\x02\xe3\xd9\x0d\xb6\xa1\x24\xce\xe2\xdd\xa6\x7e\x7e\x8f\xc1\x36\x1c\xe0\x2c\xc3\x05\xf4\x2e\xb0\x2a\xa0\x9d\x4d\x41\x8e\x43\x72\x01\xe6\x46\x08\x6a\x03\x73\xcf\x36\xc5\x12\xa8\x99\x27\xf6\xed\xee\x50\x3d\x3e\xe1\x24\x86\xd1\x48\xbc\xfd\x89\x1b\x8c\x92\x3a\x55\x20\x75\x12\x31\xba\x70\xc6\xc9\x05\x50\xd3\x48\x6e\x4c\x06\x62\x4f\x2e\xf4\x37\x19\x81\x5b\x0a\x8d\xd8\x16\xda\xf9\x6b\x90\xb6\x4b\x70\xa3\xe5\x10\x3b\xf1\xa5\x2a\x70\xc8\x36\xea\xe7\xbb\x92\x78\xa3\x9d\x7a\x26\x87\x2f\x6e\x98\x3d\xbc\xb2\x3b\x4f\xe1\x01\x7f\x73\x88\xb9\xc9\x2f\xe5\x4f\xaa\xc0\xbb\x0c\x59\xcc\xc5\xc5\xfb\xdf\x70\x75\x03\x7a\xba\xc2\xba\x84\x21\xf2\x2b\x66\xfe\xaa\xd9\x27\x88\x85\x76\xbd\x37\x42\x56\xf3\x8b\xad\xef\x1d\x4a\x4c\x02\x32\x87\x3b\x26\x12\x0b\x9a\x6c\xc0\x9d\x5e\xc3\x40\x49\x15\xaa\xc0\x74\xba\x94\xfc\x7a\xb5\x1a\xc7\xb1\xa4\x49\x6e\xe9\x42\xbb\xba\xbb\x5b\x7d\xac\x1e\x9f\xb6\xf5\xd3\x72\x92\xac\x0a\x7c\xb2\x86\x63\x44\xe0\x7f\x06\x09\xdc\xe0\x78\x05\x79\x6f\x44\xd3\xd1\x30\x0c\x8d\x39\xb8\x29\x9d\x29\x74\xb1\x18\x83\x24\xb1\xed\x03\xe2\x9c\xba\x2a\xde\xa4\xf3\x32\xae\xbb\x3c\x89\x6f\x00\xce\x82\x2c\x16\x9b\x1a\x55\xbd\xc0\xef\x9b\xba\xaa\x1f\x54\x81\xcf\xd5\xe1\xcf\xdd\xa7\x03\x3e\x6f\xf6\xfb\xcd\xf6\x50\x3d\xd5\xd8\xed\xf1\xb8\xdb\x7e\xa8\x0e\xd5\x6e\x5b\x63\xf7\x8c\xcd\xf6\x0b\xfe\xaa\xb6\x1f\x1e\xc0\x92\x3a\x0e\xe0\xaf\x3e\x64\xfd\x2e\x40\xf2\x20\xb9\xc9\x99\xde\x17\xe8\x2e\x20\xef\x47\x7e\x47\xcf\x5a\x4e\xa2\x61\xc8\xb6\x03\xb5\x8c\xd6\x5d\x38\xd8\xbc\x1e\x9e\x43\x2f\x31\xc7\x19\x41\xb6\x51\x05\x8c\xf4\x92\xa6\x2d\x8a\xff\x37\x95\xdb\xfc\xc8\x6f\x4b\x9d\xc5\x36\x6b\xec\x9d\x61\x45\x5e\xe6\xcd\x5a\x23\x1c\x49\x97\x34\xa4\xce\x05\xf9\x36\x89\x29\xcf\xbf\xc6\x52\xdc\xea\xf2\xb3\xea\x39\x51\x43\x89\xd6\x0a\xb0\xd4\xf3\x1a\x57\x3a\xc7\xe5\x45\x78\xe4\xb0\xcc\x13\xef\xbf\x89\x02\x0c\x1d\xd9\xc4\x8c\x42\x4e\x77\x8d\x45\xc6\x2d\x54\x18\x0c\xc7\xb5\x5a\x82\xbc\xfc\x11\xdc\xe0\x67\xcc\x12\x67\x3a\x9d\xa9\x9c\x19\x4a\x71\x0a\x08\x1c\xdd\x10\x34\xbf\xc5\x24\xe7\x45\x47\x05\x5c\x38\x1c\xbf\x97\x74\x60\x4a\x3c\x3f\x1a\x36\xfc\x9f\x87\x76\xc6\xb0\xce\x6e\xe6\x9f\x5b\x4e\xf3\xcd\x48\xbc\x5f\x3d\x25\xdd\xcd\xf7\xc1\x37\x2f\x8c\xe3\x54\xf8\x37\x00\x00\xff\xff\x40\x19\xd0\xb3\xdd\x04\x00\x00"), + }, + "/manager": &vfsgen۰DirInfo{ + name: "manager", + modTime: time.Time{}, + }, + "/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-deployment.yaml", + modTime: time.Time{}, + uncompressedSize: 2137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\x5f\x6f\xa3\xb8\x17\x7d\xe7\x53\x1c\x85\x97\x19\xa9\x25\xed\xef\x91\xdf\x13\xdb\xa6\x1a\xb4\x5d\x12\x85\xcc\x56\xf3\xb4\xba\x35\x17\xb0\x6a\x6c\xd6\x36\x65\xf8\xf6\x2b\x93\xa4\x4d\x3a\xd3\x91\x56\xaa\xd6\x4f\xc0\xfd\x73\xce\xb9\xe7\xe2\x18\x97\x1f\x77\xa2\x18\xf7\x52\xb0\x76\x5c\xc1\x1b\xf8\x96\x91\xf5\x24\x5a\x46\x69\x6a\x3f\x92\x65\xdc\x99\x41\x57\xe4\xa5\xd1\xf8\x94\x95\x77\x9f\x31\xe8\x8a\x2d\x8c\x66\x18\x8b\xce\x58\x8e\x62\x08\xa3\xbd\x95\x8f\x83\x37\x16\x6a\xdf\x10\xd4\x58\xe6\x8e\xb5\x77\x09\x50\x32\xcf\xdd\x8b\xf5\x2e\xbf\x59\xa1\x96\x8a\x51\x49\xb7\x2f\xe2\x0a\xa3\xf4\x6d\x14\xc3\xb7\xd2\x61\x34\xf6\x09\xb5\xb1\xa0\xaa\x92\x01\x98\x14\xa4\xae\x8d\xed\xf6\x34\x2c\x37\x64\x2b\xa9\x1b\x08\xd3\x4f\x56\x36\xad\x87\x19\x35\x5b\xd7\xca\x3e\x89\x62\xec\x82\x8c\xf2\xee\xc8\xc4\xed\xdb\xce\x98\xde\xe0\x9b\x19\x0e\x1a\x4e\xe4\x1e\xa6\x70\x81\x3f\xd9\xba\x00\xf2\xbf\xe4\x2a\x8a\xf1\x29\xa4\x2c\x0e\xc1\xc5\xe7\xff\x63\x32\x03\x3a\x9a\xa0\x8d\xc7\xe0\xf8\xa4\x33\x7f\x17\xdc\x7b\x48\x0d\x61\xba\x5e\x49\xd2\x82\x5f\x65\xbd\x20\x24\x98\x09\x84\x1e\xe6\xd1\x93\xd4\xa0\x59\x06\x4c\x7d\x9a\x06\xf2\x51\x1c\xc5\x98\x4f\xeb\x7d\x9f\x2e\x97\xe3\x38\x26\x34\xd3\x4d\x8c\x6d\x96\x47\x75\xcb\xfb\xfc\x66\x55\x94\xab\xcb\x99\x72\x14\xe3\xab\x56\xec\x1c\x2c\xff\x3d\x48\xcb\x15\x1e\x27\x50\xdf\x2b\x29\xe8\x51\x31\x14\x8d\xc1\xb8\xd9\x9d\xd9\x74\xa9\x31\x5a\xe9\xa5\x6e\x2e\xe0\x0e\xae\x47\xf1\x99\x3b\xaf\xe3\x3a\xd2\x93\xee\x2c\xc1\x68\x90\xc6\x22\x2b\x91\x97\x0b\xfc\x96\x95\x79\x79\x11\xc5\x78\xc8\x77\x5f\xd6\x5f\x77\x78\xc8\xb6\xdb\xac\xd8\xe5\xab\x12\xeb\x2d\x6e\xd6\xc5\x6d\xbe\xcb\xd7\x45\x89\xf5\x1d\xb2\xe2\x1b\x7e\xcf\x8b\xdb\x0b\xb0\xf4\x2d\x5b\xf0\xf7\xde\x06\xfe\xc6\x42\x86\x41\x72\x15\x3c\x3d\x2e\xd0\x91\x40\xd8\x8f\xf0\xee\x7a\x16\xb2\x96\x02\x8a\x74\x33\x50\xc3\x68\xcc\x33\x5b\x1d\xd6\xa3\x67\xdb\x49\x17\xec\x74\x20\x5d\x45\x31\x94\xec\xa4\x9f\xb7\xc8\xfd\x28\x2a\xc0\x7c\xe4\xbf\x15\x3d\x49\x5d\xa5\xb8\xe5\x5e\x99\x29\xfc\x08\x11\xf5\xf2\xb0\x5f\x69\xb0\xc4\x2d\x9f\xaf\xa3\x8e\x3d\x55\xe4\x29\x8d\x00\x4d\x1d\xa7\x98\xe8\xc9\x5d\x9a\x9e\x2d\x79\x63\x23\x40\xd1\x23\x2b\x17\xe2\x08\x55\x29\x16\x21\x63\x31\xbf\x87\xa7\x44\x48\x6f\x07\x57\x5b\xea\x38\xfc\x3b\xf3\x76\x84\x25\x34\x9a\xb5\x4f\xf1\xd2\x2a\xcc\x2a\xb4\xb1\x3c\x6f\x83\x4b\x71\x1d\x01\xce\x5b\xf2\xdc\x4c\x7b\x00\x3f\xf5\x9c\x62\xcb\xc2\x32\x79\x0e\x61\x56\x2c\xbc\xb1\xfb\x70\x47\x5e\xb4\xf7\x27\x84\xde\x23\xed\xb9\xeb\x15\x79\x3e\x94\x9d\x88\x0c\x47\x9d\x75\x78\xaf\xc7\xfe\xfc\x2b\x89\xc7\xa2\xb7\x73\x3a\x4a\x9f\x9f\xd9\x3e\x4b\xc1\x99\x10\x66\xd0\xbe\x78\x17\x3a\x5c\x6a\x24\xc3\xbd\xf2\x4a\xf4\xf2\x97\x54\x01\xd9\x51\xc3\x29\x2a\x23\x9e\xd8\x26\xd2\x2c\xdf\x10\x5f\x86\xc2\xf4\x2a\xb9\xbe\x4a\xae\x4e\xca\x84\xe9\x3a\xd2\x55\x7a\xf2\xe9\x72\xc6\x38\xfb\xf0\x1e\xde\x66\x50\x6a\x63\x94\x14\x53\x8a\xbc\x2e\x8c\xdf\x58\x76\x61\xdf\x5e\xf3\x58\x3f\x9f\x36\x7f\x15\xf2\x90\xed\x6e\xbe\xfc\x55\x64\x7f\xac\xca\x4d\x76\xb3\x3a\xcb\x01\x9e\x49\x0d\x7c\x67\x4d\x97\xbe\x09\x00\xb5\x64\x55\x6d\xb9\xfe\x31\x72\x88\x6d\xc8\xb7\xe9\x8b\xf3\x49\x80\x73\x3d\x09\xfe\x29\x8d\xf5\x66\xb5\xcd\x76\xeb\xed\xcc\xe4\x67\x24\xce\xdc\x7c\x5b\xbd\x59\xdf\xbe\x5b\xf8\x71\xec\xcf\x52\x63\xbc\xcc\x2c\x5c\x86\xa4\x46\x9a\xdc\x7c\x9b\x1c\x5d\xc2\x8b\xe2\x0b\x48\x5d\x71\xcf\xba\x62\xed\xd5\x84\xda\x9a\xee\x97\x83\x3f\xea\xfa\x4f\x6d\xf9\x27\x00\x00\xff\xff\xf0\xf7\x01\xa5\x59\x08\x00\x00"), + }, + "/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-service-account.yaml", + modTime: time.Time{}, + uncompressedSize: 1033, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x4f\xe3\x48\x10\xbd\xf7\xaf\x78\x8a\x2f\x20\x85\x64\x77\x8f\xd9\x93\x07\x12\x8d\x35\xc8\x91\x70\x18\xc4\xb1\x62\x57\xec\x12\x76\x97\xa7\xbb\x8d\xc9\xbf\x1f\xb5\x93\x0c\xa0\xb9\xd2\x37\xab\xcb\xef\xa3\xde\xeb\x04\x37\x5f\x77\x4c\x82\x7b\x29\xd9\x7a\xae\x10\x14\xa1\x61\xa4\x3d\x95\x0d\xa3\xd0\x43\x18\xc9\x31\x36\x3a\xd8\x8a\x82\xa8\xc5\x55\x5a\x6c\xae\x31\xd8\x8a\x1d\xd4\x32\xd4\xa1\x53\xc7\x26\x41\xa9\x36\x38\xd9\x0f\x41\x1d\xda\x13\x20\xa8\x76\xcc\x1d\xdb\xe0\x17\x40\xc1\x3c\xa1\xe7\xdb\x5d\x76\xbb\xc6\x41\x5a\x46\x25\xfe\xf4\x13\x57\x18\x25\x34\x26\x41\x68\xc4\x63\x54\xf7\x82\x83\x3a\x50\x55\x49\x24\xa6\x16\x62\x0f\xea\xba\x93\x0c\xc7\x35\xb9\x4a\x6c\x8d\x52\xfb\xa3\x93\xba\x09\xd0\xd1\xb2\xf3\x8d\xf4\x0b\x93\x60\x17\x6d\x14\x9b\x8b\x12\x7f\x82\x9d\x38\x83\xe2\x59\x87\xb3\x87\x0f\x76\xcf\x5b\x98\xe3\x27\x3b\x1f\x49\xfe\x5b\xfc\x63\x12\x5c\xc5\x91\xd9\xf9\x72\x76\xfd\x3f\x8e\x3a\xa0\xa3\x23\xac\x06\x0c\x9e\x3f\x20\xf3\x5b\xc9\x7d\x80\x58\x94\xda\xf5\xad\x90\x2d\xf9\xdd\xd6\x1f\x86\x05\x26\x01\x11\x43\xf7\x81\xc4\x82\x26\x1b\xd0\xc3\xc7\x31\x50\x30\x89\x49\x30\x9d\x26\x84\x7e\xb5\x5c\x8e\xe3\xb8\xa0\x49\xee\x42\x5d\xbd\xbc\xb8\x5b\xde\x67\xb7\xeb\xbc\x58\xdf\x4c\x92\x4d\x82\x47\xdb\xb2\xf7\x70\xfc\x6b\x10\xc7\x15\xf6\x47\x50\xdf\xb7\x52\xd2\xbe\x65\xb4\x34\xc6\xe0\xa6\x74\xa6\xd0\xc5\x62\x74\x12\xc4\xd6\x73\xf8\x73\xea\x26\xf9\x94\xce\xfb\xba\x2e\xf2\xc4\x7f\x1a\x50\x0b\xb2\x98\xa5\x05\xb2\x62\x86\x6f\x69\x91\x15\x73\x93\xe0\x29\xdb\x7d\xdf\x3e\xee\xf0\x94\x3e\x3c\xa4\xf9\x2e\x5b\x17\xd8\x3e\xe0\x76\x9b\xdf\x65\xbb\x6c\x9b\x17\xd8\x6e\x90\xe6\xcf\xf8\x91\xe5\x77\x73\xb0\x84\x86\x1d\xf8\xad\x77\x51\xbf\x3a\x48\x5c\x24\x57\x31\xd3\x4b\x81\x2e\x02\x62\x3f\xe2\xb7\xef\xb9\x94\x83\x94\x68\xc9\xd6\x03\xd5\x8c\x5a\x5f\xd9\xd9\x58\x8f\x9e\x5d\x27\x3e\xc6\xe9\x41\xb6\x32\x09\x5a\xe9\x24\x4c\x2d\xf2\x7f\x9b\x8a\x34\x5f\xf9\xb6\x0c\xf5\x72\xae\xd3\x0a\xaf\xff\x9a\x17\xb1\xd5\x0a\x05\xbb\x57\x29\x39\x2d\x4b\x1d\x6c\x30\x1d\x07\xaa\x28\xd0\xca\x00\x96\x3a\x5e\xe1\x48\x2f\xfe\x46\x7b\x76\x14\xd4\x19\xa0\xa5\x3d\xb7\x3e\xde\x23\xe6\xb8\xc2\x2c\x4e\xcc\xcc\xef\x00\x00\x00\xff\xff\xf3\x6f\xdb\x67\x09\x04\x00\x00"), + }, + "/rbac": &vfsgen۰DirInfo{ + name: "rbac", + modTime: time.Time{}, + }, + "/rbac/operator-role-binding-camel-k.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-camel-k.yaml", + modTime: time.Time{}, + uncompressedSize: 1248, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x52\x36\xeb\x56\x68\x60\x03\x96\xd3\x20\xc7\x31\x35\x96\xa6\x96\x38\x2a\x49\xad\xe2\xfe\xfa\x82\xb2\xdd\xdd\xa0\x45\x7b\x09\x6f\x02\x47\xef\x63\xde\x63\x86\xe5\xb7\x3b\x26\xc3\x07\xb1\xec\x02\xd7\x88\x8a\xd8\x32\x8a\x81\x6c\xcb\xa8\xf4\x14\x27\xf2\x8c\x8d\x8e\xae\xa6\x28\xea\xf0\xa6\xa8\x36\x6f\x31\xba\x9a\x3d\xd4\x31\xd4\xa3\x57\xcf\x26\x83\x55\x17\xbd\x1c\xc7\xa8\x1e\xdd\x15\x10\xd4\x78\xe6\x9e\x5d\x0c\x39\x50\x31\xcf\xe8\xdb\xdd\xa1\x7c\x7c\xc2\x49\x3a\x46\x2d\xe1\xfa\x13\xd7\x98\x24\xb6\x26\x43\x6c\x25\x60\x52\x7f\xc6\x49\x3d\xa8\xae\x25\x11\x53\x07\x71\x27\xf5\xfd\x55\x86\xe7\x86\x7c\x2d\xae\x81\xd5\xe1\xe2\xa5\x69\x23\x74\x72\xec\x43\x2b\x43\x6e\x32\x1c\x92\x8d\x6a\x73\x57\x12\xae\xb0\x33\x67\x54\x7c\xd6\xf1\xe6\xe1\x95\xdd\xdb\x16\x1e\xf0\x1b\xfb\x90\x48\x7e\xc8\xbf\x33\x19\xde\xa4\x91\xc5\xed\x72\xf1\xf6\x27\x5c\x74\x44\x4f\x17\x38\x8d\x18\x03\xbf\x42\xe6\x2f\x96\x87\x08\x71\xb0\xda\x0f\x9d\x90\xb3\xfc\x62\xeb\x6f\x86\x1c\xb3\x80\x84\xa1\xc7\x48\xe2\x40\xb3\x0d\xe8\xe9\xf5\x18\x28\x9a\xcc\x64\x98\x4f\x1b\xe3\xb0\x5e\xad\xa6\x69\xca\x69\x96\x9b\xab\x6f\x56\x77\x77\xab\x0f\xe5\xe3\xd3\xb6\x7a\x5a\xce\x92\x4d\x86\x8f\xae\xe3\x10\xe0\xf9\x8f\x51\x3c\xd7\x38\x5e\x40\xc3\xd0\x89\xa5\x63\xc7\xe8\x68\x4a\xc1\xcd\xe9\xcc\xa1\x8b\xc3\xe4\x25\x8a\x6b\x1e\x10\x6e\xa9\x9b\xec\xab\x74\x5e\xd6\x75\x97\x27\xe1\xab\x01\x75\x20\x87\x45\x51\xa1\xac\x16\x78\x57\x54\x65\xf5\x60\x32\x7c\x2a\x0f\xbf\xec\x3e\x1e\xf0\xa9\xd8\xef\x8b\xed\xa1\x7c\xaa\xb0\xdb\xe3\x71\xb7\x7d\x5f\x1e\xca\xdd\xb6\xc2\x6e\x83\x62\xfb\x19\xbf\x96\xdb\xf7\x0f\x60\x89\x2d\x7b\xf0\x97\xc1\x27\xfd\xea\x21\x69\x91\x5c\xa7\x4c\xef\x05\xba\x0b\x48\xfd\x48\xdf\x61\x60\x2b\x27\xb1\xe8\xc8\x35\x23\x35\x8c\x46\x9f\xd9\xbb\x54\x8f\x81\x7d\x2f\x21\xc5\x19\x40\xae\x36\x19\x3a\xe9\x25\xce\x2d\x0a\xff\x34\x95\x68\xbe\xe5\xdb\x32\x67\x71\xf5\x1a\x7b\xed\xf8\x9d\xb8\x54\x58\x43\x83\xdc\x0a\xb6\x86\x3f\x92\xcd\x69\x8c\xad\x7a\xf9\x73\xd6\x94\x9f\x7f\x0c\xb9\xe8\xea\xf9\x7b\xd3\x73\xa4\x9a\x22\xad\x0d\xe0\xa8\xe7\x35\x2e\x74\x0e\x4b\x1d\xd8\x53\x54\xbf\xb4\xd4\x73\xb7\x3c\x1b\xa0\xa3\x23\x77\x21\xcd\x21\xc5\xbc\xc6\x22\x4d\x2e\x0c\x40\xce\xe9\xcd\xec\xf5\xda\x92\x5b\x0e\x5e\x7b\x8d\xbc\xc6\x22\xfa\x91\x17\x26\x8c\xc7\xdf\xd9\xc6\xb0\x36\x4b\x5c\xf5\x56\xec\x9f\xc5\x72\x61\xad\x8e\x2e\xfe\x3b\xbf\xf1\xda\xf1\x9e\x4f\x09\xf7\xc5\xe5\xff\x6a\xa5\x41\x7e\xf6\x3a\x0e\xff\x61\xde\xfc\x15\x00\x00\xff\xff\x93\x32\xa9\x4a\xe0\x04\x00\x00"), + }, + "/rbac/operator-role-binding-knative.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-knative.yaml", + modTime: time.Time{}, + uncompressedSize: 1248, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xdb\x46\x10\xbd\xef\xaf\x78\x10\x2f\x09\x60\xd1\x6d\x4f\x85\x7a\x52\x1c\xbb\x25\x1a\x48\x80\xa8\x34\xc8\x71\x44\x8e\xc8\xa9\xc8\x1d\x76\x76\x69\x46\xfd\xf5\xc5\x52\x52\xed\xa0\x45\x7b\xc9\xde\x88\x1d\xbe\x8f\x79\x6f\x33\x2c\xbf\xdd\x71\x19\x3e\x48\xc5\x3e\x70\x8d\xa8\x88\x2d\x63\x3d\x50\xd5\x32\x4a\x3d\xc6\x89\x8c\xf1\xa4\xa3\xaf\x29\x8a\x7a\xbc\x59\x97\x4f\x6f\x31\xfa\x9a\x0d\xea\x19\x6a\xe8\xd5\xd8\x65\xa8\xd4\x47\x93\xc3\x18\xd5\xd0\x5d\x00\x41\x8d\x31\xf7\xec\x63\xc8\x81\x92\x79\x46\xdf\x6c\xf7\xc5\xc3\x23\x8e\xd2\x31\x6a\x09\x97\x9f\xb8\xc6\x24\xb1\x75\x19\x62\x2b\x01\x93\xda\x09\x47\x35\x50\x5d\x4b\x22\xa6\x0e\xe2\x8f\x6a\xfd\x45\x86\x71\x43\x56\x8b\x6f\x50\xe9\x70\x36\x69\xda\x08\x9d\x3c\x5b\x68\x65\xc8\x5d\x86\x7d\xb2\x51\x3e\xdd\x94\x84\x0b\xec\xcc\x19\x15\x9f\x75\xbc\x7a\x78\x65\xf7\xba\x85\x3b\xfc\xc6\x16\x12\xc9\x0f\xf9\x77\x2e\xc3\x9b\x34\xb2\xb8\x5e\x2e\xde\xfe\x84\xb3\x8e\xe8\xe9\x0c\xaf\x11\x63\xe0\x57\xc8\xfc\xa5\xe2\x21\x42\x3c\x2a\xed\x87\x4e\xc8\x57\xfc\x62\xeb\x6f\x86\x1c\xb3\x80\x84\xa1\x87\x48\xe2\x41\xb3\x0d\xe8\xf1\xf5\x18\x28\xba\xcc\x65\x98\x4f\x1b\xe3\xb0\xba\xbf\x9f\xa6\x29\xa7\x59\x6e\xae\xd6\xdc\xdf\xdc\xdd\x7f\x28\x1e\x1e\x37\xe5\xe3\x72\x96\xec\x32\x7c\xf4\x1d\x87\x00\xe3\x3f\x46\x31\xae\x71\x38\x83\x86\xa1\x93\x8a\x0e\x1d\xa3\xa3\x29\x05\x37\xa7\x33\x87\x2e\x1e\x93\x49\x14\xdf\xdc\x21\x5c\x53\x77\xd9\x57\xe9\xbc\xac\xeb\x26\x4f\xc2\x57\x03\xea\x41\x1e\x8b\x75\x89\xa2\x5c\xe0\xdd\xba\x2c\xca\x3b\x97\xe1\x53\xb1\xff\x65\xfb\x71\x8f\x4f\xeb\xdd\x6e\xbd\xd9\x17\x8f\x25\xb6\x3b\x3c\x6c\x37\xef\x8b\x7d\xb1\xdd\x94\xd8\x3e\x61\xbd\xf9\x8c\x5f\x8b\xcd\xfb\x3b\xb0\xc4\x96\x0d\xfc\x65\xb0\xa4\x5f\x0d\x92\x16\xc9\x75\xca\xf4\x56\xa0\x9b\x80\xd4\x8f\xf4\x1d\x06\xae\xe4\x28\x15\x3a\xf2\xcd\x48\x0d\xa3\xd1\x67\x36\x9f\xea\x31\xb0\xf5\x12\x52\x9c\x01\xe4\x6b\x97\xa1\x93\x5e\xe2\xdc\xa2\xf0\x4f\x53\x89\xe6\x5b\xbe\x2d\x77\x12\x5f\xaf\xb0\xd3\x8e\xdf\x89\x4f\x85\x75\x34\xc8\xb5\x60\x2b\xd8\x81\xaa\x9c\xc6\xd8\xaa\xc9\x9f\xb3\xa6\xfc\xf4\x63\xc8\x45\xef\x9f\xbf\x77\x3d\x47\xaa\x29\xd2\xca\x01\x9e\x7a\x5e\xe1\x4c\xa7\xb0\xd4\x81\x8d\xa2\xda\xf2\xe4\x29\xca\x33\x3b\xa0\xa3\x03\x77\x21\xcd\x21\xc5\xbc\xc2\x22\x4d\x2e\x1c\x40\xde\xeb\xd5\xec\xe5\xba\x22\xbf\x1c\x4c\x7b\x8d\xbc\xc2\x22\xda\xc8\x0b\x17\xc6\xc3\xef\x5c\xc5\xb0\x72\x4b\x5c\xf4\x96\x6c\xcf\x52\xf1\xba\xaa\x74\xf4\xf1\xdf\xf9\x9d\x69\xc7\x3b\x3e\x26\xdc\x17\x97\xff\xab\x95\x06\xf9\xd9\x74\x1c\xfe\xc3\xbc\xfb\x2b\x00\x00\xff\xff\x0a\x6b\x4b\x4a\xe0\x04\x00\x00"), + }, + "/rbac/operator-role-binding-kubernetes.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-kubernetes.yaml", + modTime: time.Time{}, + uncompressedSize: 1232, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xdb\x46\x10\xbd\xef\xaf\x78\x10\x2f\x09\x60\x51\x6d\x4f\x85\x7a\x52\x1c\xbb\x25\x1a\x48\x80\xa8\x34\xc8\x71\x44\x8e\xc8\xa9\xc9\x1d\x76\x76\x69\x46\xfd\xf5\xc5\x52\x52\xed\xa0\x48\x4f\xd9\x9b\x30\xa3\xf7\x31\xef\x31\xc3\xf2\xfb\x3d\x97\xe1\x83\x54\xec\x03\xd7\x88\x8a\xd8\x32\x36\x03\x55\x2d\xa3\xd4\x53\x9c\xc8\x18\x8f\x3a\xfa\x9a\xa2\xa8\xc7\x9b\x4d\xf9\xf8\x16\xa3\xaf\xd9\xa0\x9e\xa1\x86\x5e\x8d\x5d\x86\x4a\x7d\x34\x39\x8e\x51\x0d\xdd\x05\x10\xd4\x18\x73\xcf\x3e\x86\x1c\x28\x99\x67\xf4\xed\xee\x50\xdc\x3f\xe0\x24\x1d\xa3\x96\x70\xf9\x13\xd7\x98\x24\xb6\x2e\x43\x6c\x25\x60\x52\x7b\xc2\x49\x0d\x54\xd7\x92\x88\xa9\x83\xf8\x93\x5a\x7f\x91\x61\xdc\x90\xd5\xe2\x1b\x54\x3a\x9c\x4d\x9a\x36\x42\x27\xcf\x16\x5a\x19\x72\x97\xe1\x90\x6c\x94\x8f\x37\x25\xe1\x02\x3b\x73\x46\xc5\x67\x1d\xaf\x1e\x5e\xd9\xbd\x5e\xe1\x0e\x7f\xb0\x85\x44\xf2\x53\xfe\x83\xcb\xf0\x26\xad\x2c\xae\xc3\xc5\xdb\x5f\x70\xd6\x11\x3d\x9d\xe1\x35\x62\x0c\xfc\x0a\x99\xbf\x54\x3c\x44\x88\x47\xa5\xfd\xd0\x09\xf9\x8a\x5f\x6c\xfd\xcb\x90\x63\x16\x90\x30\xf4\x18\x49\x3c\x68\xb6\x01\x3d\xbd\x5e\x03\x45\x97\xb9\x0c\xf3\x6b\x63\x1c\xd6\xab\xd5\x34\x4d\x39\xcd\x72\x73\xb5\x66\x75\x73\xb7\xfa\x50\xdc\x3f\x6c\xcb\x87\xe5\x2c\xd9\x65\xf8\xe8\x3b\x0e\x01\xc6\x7f\x8d\x62\x5c\xe3\x78\x06\x0d\x43\x27\x15\x1d\x3b\x46\x47\x53\x0a\x6e\x4e\x67\x0e\x5d\x3c\x26\x93\x28\xbe\xb9\x43\xb8\xa6\xee\xb2\xaf\xd2\x79\x39\xd7\x4d\x9e\x84\xaf\x16\xd4\x83\x3c\x16\x9b\x12\x45\xb9\xc0\xbb\x4d\x59\x94\x77\x2e\xc3\xa7\xe2\xf0\xdb\xee\xe3\x01\x9f\x36\xfb\xfd\x66\x7b\x28\x1e\x4a\xec\xf6\xb8\xdf\x6d\xdf\x17\x87\x62\xb7\x2d\xb1\x7b\xc4\x66\xfb\x19\xbf\x17\xdb\xf7\x77\x60\x89\x2d\x1b\xf8\xcb\x60\x49\xbf\x1a\x24\x1d\x92\xeb\x94\xe9\xad\x40\x37\x01\xa9\x1f\xe9\x77\x18\xb8\x92\x93\x54\xe8\xc8\x37\x23\x35\x8c\x46\x9f\xd9\x7c\xaa\xc7\xc0\xd6\x4b\x48\x71\x06\x90\xaf\x5d\x86\x4e\x7a\x89\x73\x8b\xc2\x7f\x4d\x25\x9a\xef\xf9\x6d\xb9\x27\xf1\xf5\x1a\x7b\xed\xf8\x9d\xf8\x54\x58\x47\x83\x5c\x0b\xb6\x86\x1d\xa9\xca\x69\x8c\xad\x9a\xfc\x3d\x6b\xca\x9f\x7e\x0e\xb9\xe8\xea\xf9\x47\xd7\x73\xa4\x9a\x22\xad\x1d\xe0\xa9\xe7\x35\xce\xf4\x14\x96\x3a\xb0\x51\x54\x73\x40\x47\x47\xee\x42\x9a\x23\xc5\xbb\xc6\x22\x6d\x2c\x1c\x40\xde\xeb\xd5\xe4\x65\x5c\x91\x5f\x0e\xa6\xbd\x46\x5e\x63\x11\x6d\xe4\x85\x0b\xe3\xf1\x4f\xae\x62\x58\xbb\x25\x2e\x3a\x4b\xb6\x67\xa9\x78\x53\x55\x3a\xfa\xf8\x0d\x5e\xd3\x8e\xf7\x7c\x4a\xb8\x2f\xee\xbe\xa9\x91\x06\xf9\xd5\x74\x1c\xfe\xc7\xac\xfb\x27\x00\x00\xff\xff\xea\xf7\xbf\x1a\xd0\x04\x00\x00"), + }, + "/rbac/operator-role-binding-olm-cluster.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-olm-cluster.yaml", + modTime: time.Time{}, + uncompressedSize: 414, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xbf\x4e\x33\x41\x0c\xc4\x7b\x3f\x85\xa5\xab\x93\x4f\x5f\x87\xae\x03\x0a\xfa\x20\x51\xc7\xd9\x75\x38\x73\x7b\xeb\xc5\xf6\x46\x82\xa7\x47\xa7\x0b\x05\xe2\x4f\x69\x6b\xe6\x37\xf6\x0c\x30\xe0\x9d\xd4\x2c\xf5\x19\xc5\xd1\xf8\xb5\x8b\x71\xc6\xb3\x1a\x1e\x17\x9a\x19\x4f\xbd\xe6\xc2\x47\x0c\xc5\xcc\xc1\x29\x30\x26\x0a\x18\x30\x26\x46\x67\xbb\x48\x62\xa4\x94\xb4\xd7\xc0\x37\x9a\x7d\xa7\x8d\x8d\x42\xed\x93\xe6\xab\xd4\x19\x06\x24\x77\x4d\x42\xc1\x19\x53\xe9\x1e\x6c\xd8\xd8\x16\x71\x17\xad\x0e\x03\x50\x93\x27\xb6\x75\x1a\xd1\x4e\x94\xf6\xd4\x63\x52\x93\x77\x0a\xd1\xba\x9f\x6f\x7c\x2f\xfa\xef\xf2\x1f\x66\xa9\x79\xc4\xfb\x0d\x72\xd0\xc2\xd7\x27\x60\xe1\xa0\x4c\x41\x23\x20\x56\x5a\x78\xfc\x7a\xd3\x4e\xcb\x02\xa6\x85\x0f\x7c\x5e\x25\xd4\xe4\xc1\xb4\xb7\x3f\xe2\x00\xf1\x5b\xda\xcf\x70\xf0\x7e\x7a\xe1\x14\x3e\xc2\xee\xea\x79\xdc\x0a\xba\xdd\xfa\xf9\xc5\xb6\x6d\xbd\x51\xe2\x11\x5b\xa1\xc4\x93\x96\xcc\x06\x1f\x01\x00\x00\xff\xff\x1f\xd5\x61\x24\x9e\x01\x00\x00"), + }, + "/rbac/operator-role-binding-olm.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-olm.yaml", + modTime: time.Time{}, + uncompressedSize: 367, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\x41\x4b\xc4\x40\x0c\x85\xef\xf9\x15\x81\x9e\x5b\xf1\x26\xbd\xe9\xc5\xfb\x0a\x9e\x37\x9d\xc9\xda\xd8\x76\x32\x26\x99\x05\xfd\xf5\x52\x76\x45\x04\xf5\x18\xf8\xf2\xde\xe3\xeb\xa0\xc3\x07\x29\x59\xca\x0b\x8a\xa3\xf1\x5b\x13\xe3\x8c\x27\x35\x3c\x6e\xb4\x30\x4e\xad\xe4\x95\x8f\x18\x8a\x99\x83\x53\x60\xcc\x14\xd0\x61\xcc\x8c\xce\x76\x96\xc4\x48\x29\x69\x2b\x81\xef\xb4\x78\xaf\x95\x8d\x42\xed\x2b\xcd\x77\xd4\x19\x3a\x24\x77\x4d\x42\xc1\x19\x2b\xdb\x26\xee\xa2\xc5\xa1\x03\xaa\xf2\xcc\xb6\x5f\x23\xda\x44\x69\xa0\x16\xb3\x9a\x7c\x50\x88\x96\x61\xb9\xf3\x41\xf4\xe6\x7c\x0b\x8b\x94\x3c\xe2\x41\x57\xbe\xae\x86\x8d\x83\x32\x05\x8d\x80\x58\x68\xe3\xf1\xe7\x88\x5e\xd7\x0d\x4c\x57\x3e\xf0\x69\x47\xa8\xca\xa3\x69\xab\xff\xf4\x00\xe2\x77\xcd\xef\xa9\xe0\x6d\x7a\xe5\x14\x3e\x42\x7f\x85\x9f\x2e\x2a\xee\x2f\x26\xfe\x78\xfb\x0c\x00\x00\xff\xff\xc1\x72\x20\x8a\x6f\x01\x00\x00"), + }, + "/rbac/operator-role-binding-openshift.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-openshift.yaml", + modTime: time.Time{}, + uncompressedSize: 1232, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xdb\x46\x10\xbd\xef\xaf\x78\x10\x2f\x09\x60\x51\x6d\x4f\x85\x7a\x52\x1c\xbb\x25\x1a\x48\x80\xa8\x34\xc8\x71\x44\x8e\xc8\xa9\xc9\x1d\x76\x76\x69\x46\xfd\xf5\xc5\x52\x52\xed\xa0\x48\x4f\xd9\x9b\x30\xa3\xf7\x31\xef\x31\xc3\xf2\xfb\x3d\x97\xe1\x83\x54\xec\x03\xd7\x88\x8a\xd8\x32\x36\x03\x55\x2d\xa3\xd4\x53\x9c\xc8\x18\x8f\x3a\xfa\x9a\xa2\xa8\xc7\x9b\x4d\xf9\xf8\x16\xa3\xaf\xd9\xa0\x9e\xa1\x86\x5e\x8d\x5d\x86\x4a\x7d\x34\x39\x8e\x51\x0d\xdd\x05\x10\xd4\x18\x73\xcf\x3e\x86\x1c\x28\x99\x67\xf4\xed\xee\x50\xdc\x3f\xe0\x24\x1d\xa3\x96\x70\xf9\x13\xd7\x98\x24\xb6\x2e\x43\x6c\x25\x60\x52\x7b\xc2\x49\x0d\x54\xd7\x92\x88\xa9\x83\xf8\x93\x5a\x7f\x91\x61\xdc\x90\xd5\xe2\x1b\x54\x3a\x9c\x4d\x9a\x36\x42\x27\xcf\x16\x5a\x19\x72\x97\xe1\x90\x6c\x94\x8f\x37\x25\xe1\x02\x3b\x73\x46\xc5\x67\x1d\xaf\x1e\x5e\xd9\xbd\x5e\xe1\x0e\x7f\xb0\x85\x44\xf2\x53\xfe\x83\xcb\xf0\x26\xad\x2c\xae\xc3\xc5\xdb\x5f\x70\xd6\x11\x3d\x9d\xe1\x35\x62\x0c\xfc\x0a\x99\xbf\x54\x3c\x44\x88\x47\xa5\xfd\xd0\x09\xf9\x8a\x5f\x6c\xfd\xcb\x90\x63\x16\x90\x30\xf4\x18\x49\x3c\x68\xb6\x01\x3d\xbd\x5e\x03\x45\x97\xb9\x0c\xf3\x6b\x63\x1c\xd6\xab\xd5\x34\x4d\x39\xcd\x72\x73\xb5\x66\x75\x73\xb7\xfa\x50\xdc\x3f\x6c\xcb\x87\xe5\x2c\xd9\x65\xf8\xe8\x3b\x0e\x01\xc6\x7f\x8d\x62\x5c\xe3\x78\x06\x0d\x43\x27\x15\x1d\x3b\x46\x47\x53\x0a\x6e\x4e\x67\x0e\x5d\x3c\x26\x93\x28\xbe\xb9\x43\xb8\xa6\xee\xb2\xaf\xd2\x79\x39\xd7\x4d\x9e\x84\xaf\x16\xd4\x83\x3c\x16\x9b\x12\x45\xb9\xc0\xbb\x4d\x59\x94\x77\x2e\xc3\xa7\xe2\xf0\xdb\xee\xe3\x01\x9f\x36\xfb\xfd\x66\x7b\x28\x1e\x4a\xec\xf6\xb8\xdf\x6d\xdf\x17\x87\x62\xb7\x2d\xb1\x7b\xc4\x66\xfb\x19\xbf\x17\xdb\xf7\x77\x60\x89\x2d\x1b\xf8\xcb\x60\x49\xbf\x1a\x24\x1d\x92\xeb\x94\xe9\xad\x40\x37\x01\xa9\x1f\xe9\x77\x18\xb8\x92\x93\x54\xe8\xc8\x37\x23\x35\x8c\x46\x9f\xd9\x7c\xaa\xc7\xc0\xd6\x4b\x48\x71\x06\x90\xaf\x5d\x86\x4e\x7a\x89\x73\x8b\xc2\x7f\x4d\x25\x9a\xef\xf9\x6d\xb9\x27\xf1\xf5\x1a\x7b\xed\xf8\x9d\xf8\x54\x58\x47\x83\x5c\x0b\xb6\x86\x1d\xa9\xca\x69\x8c\xad\x9a\xfc\x3d\x6b\xca\x9f\x7e\x0e\xb9\xe8\xea\xf9\x47\xd7\x73\xa4\x9a\x22\xad\x1d\xe0\xa9\xe7\x35\xce\xf4\x14\x96\x3a\xb0\x51\x54\x73\x40\x47\x47\xee\x42\x9a\x23\xc5\xbb\xc6\x22\x6d\x2c\x1c\x40\xde\xeb\xd5\xe4\x65\x5c\x91\x5f\x0e\xa6\xbd\x46\x5e\x63\x11\x6d\xe4\x85\x0b\xe3\xf1\x4f\xae\x62\x58\xbb\x25\x2e\x3a\x4b\xb6\x67\xa9\x78\x53\x55\x3a\xfa\xf8\x0d\x5e\xd3\x8e\xf7\x7c\x4a\xb8\x2f\xee\xbe\xa9\x91\x06\xf9\xd5\x74\x1c\xfe\xc7\xac\xfb\x27\x00\x00\xff\xff\xea\xf7\xbf\x1a\xd0\x04\x00\x00"), + }, + "/rbac/operator-role-binding-servicemonitors.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-servicemonitors.yaml", + modTime: time.Time{}, + uncompressedSize: 1264, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x46\x0c\x85\xef\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\x39\x9b\xdd\x56\x68\x60\x03\x96\xd3\x20\x47\x5a\xa2\x25\x76\xa5\xa1\xca\x19\xad\xe2\xfe\xfa\x62\x64\xbb\xbb\x41\x8b\xa2\x87\xcc\x4d\x18\x0e\xf9\x3d\xbe\xa7\x0c\xcb\x6f\x77\x5c\x86\x0f\x52\xb1\x0f\x5c\x23\x2a\x62\xcb\xd8\x0c\x54\xb5\x8c\x52\x4f\x71\x22\x63\x3c\xea\xe8\x6b\x8a\xa2\x1e\x6f\x36\xe5\xe3\x5b\x8c\xbe\x66\x83\x7a\x86\x1a\x7a\x35\x76\x19\x2a\xf5\xd1\xe4\x38\x46\x35\x74\x97\x86\xa0\xc6\x98\x7b\xf6\x31\xe4\x40\xc9\x3c\x77\xdf\xee\x0e\xc5\xfd\x03\x4e\xd2\x31\x6a\x09\x97\x47\x5c\x63\x92\xd8\xba\x0c\xb1\x95\x80\x49\xed\x09\x27\x35\x50\x5d\x4b\x1a\x4c\x1d\xc4\x9f\xd4\xfa\x0b\x86\x71\x43\x56\x8b\x6f\x50\xe9\x70\x36\x69\xda\x08\x9d\x3c\x5b\x68\x65\xc8\x5d\x86\x43\x92\x51\x3e\xde\x48\xc2\xa5\xed\x3c\x33\x2a\x3e\xeb\x78\xd5\xf0\x4a\xee\x75\x0b\x77\xf8\x8d\x2d\xa4\x21\x3f\xe4\xdf\xb9\x0c\x6f\x52\xc9\xe2\x7a\xb9\x78\xfb\x13\xce\x3a\xa2\xa7\x33\xbc\x46\x8c\x81\x5f\x75\xe6\x2f\x15\x0f\x11\xe2\x51\x69\x3f\x74\x42\xbe\xe2\x17\x59\x7f\x4f\xc8\x31\x03\xa4\x1e\x7a\x8c\x24\x1e\x34\xcb\x80\x9e\x5e\x97\x81\xa2\xcb\x5c\x86\xf9\xb4\x31\x0e\xeb\xd5\x6a\x9a\xa6\x9c\x66\xdc\x5c\xad\x59\xdd\xd4\xad\x3e\x14\xf7\x0f\xdb\xf2\x61\x39\x23\xbb\x0c\x1f\x7d\xc7\x21\xc0\xf8\x8f\x51\x8c\x6b\x1c\xcf\xa0\x61\xe8\xa4\xa2\x63\xc7\xe8\x68\x4a\xc6\xcd\xee\xcc\xa6\x8b\xc7\x64\x12\xc5\x37\x77\x08\x57\xd7\x5d\xf6\x95\x3b\x2f\xeb\xba\xe1\x49\xf8\xaa\x40\x3d\xc8\x63\xb1\x29\x51\x94\x0b\xbc\xdb\x94\x45\x79\xe7\x32\x7c\x2a\x0e\xbf\xec\x3e\x1e\xf0\x69\xb3\xdf\x6f\xb6\x87\xe2\xa1\xc4\x6e\x8f\xfb\xdd\xf6\x7d\x71\x28\x76\xdb\x12\xbb\x47\x6c\xb6\x9f\xf1\x6b\xb1\x7d\x7f\x07\x96\xd8\xb2\x81\xbf\x0c\x96\xf8\xd5\x20\x69\x91\x5c\x27\x4f\x6f\x01\xba\x01\xa4\x7c\xa4\xef\x30\x70\x25\x27\xa9\xd0\x91\x6f\x46\x6a\x18\x8d\x3e\xb3\xf9\x14\x8f\x81\xad\x97\x90\xec\x0c\x20\x5f\xbb\x0c\x9d\xf4\x12\xe7\x14\x85\x7f\x8a\x4a\x63\xbe\xe5\xbf\xe5\x9e\xc4\xd7\x6b\xec\xb5\xe3\x77\xe2\x53\x60\x1d\x0d\x72\x0d\xd8\x1a\x76\xa4\x2a\xa7\x31\xb6\x6a\xf2\xe7\xcc\x94\x3f\xfd\x18\x72\xd1\xd5\xf3\xf7\xae\xe7\x48\x35\x45\x5a\x3b\xc0\x53\xcf\x6b\x9c\xe9\x29\x2c\x75\x60\xa3\xa8\xb6\x0c\x6c\xcf\x52\x71\xaf\x5e\xa2\x5a\x70\x40\x47\x47\xee\x42\xaa\x47\xb2\x7b\x8d\x45\x7a\xb1\x70\x00\x79\xaf\x57\xd1\x97\xeb\x8a\xfc\x72\x30\xed\x35\xf2\x1a\x8b\x68\x23\x2f\x5c\x18\x8f\xbf\x73\x15\xc3\xda\x2d\x71\xe1\x2e\x2f\x23\x36\x55\xa5\xa3\x8f\xff\xce\xe1\x4c\x3b\xde\xf3\x29\xf5\x7d\x51\xfb\xbf\x99\x69\x90\x9f\x4d\xc7\xe1\x3f\x96\xe1\xfe\x0a\x00\x00\xff\xff\x0f\xe3\x43\x07\xf0\x04\x00\x00"), + }, + "/rbac/operator-role-binding-strimzi.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-binding-strimzi.yaml", + modTime: time.Time{}, + uncompressedSize: 1248, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x8e\xdb\x46\x13\xbc\xcf\x53\x14\xc4\x8b\x0d\xac\xa8\xef\xcb\x29\x50\x4e\xf2\x7a\x37\x21\x62\x48\x80\x28\xc7\xf0\xb1\x45\xb6\xc8\xce\x92\xd3\x4c\xcf\x70\x69\xf9\xe9\x83\xa1\xa4\xec\x1a\x09\x92\x8b\xe7\x46\x4c\xb3\x7e\xba\x6a\x32\x2c\xbf\xdf\x71\x19\x3e\x48\xc5\x3e\x70\x8d\xa8\x88\x2d\x63\x33\x50\xd5\x32\x4a\x3d\xc5\x89\x8c\xf1\xa8\xa3\xaf\x29\x8a\x7a\xbc\xd9\x94\x8f\x6f\x31\xfa\x9a\x0d\xea\x19\x6a\xe8\xd5\xd8\x65\xa8\xd4\x47\x93\xe3\x18\xd5\xd0\x5d\x00\x41\x8d\x31\xf7\xec\x63\xc8\x81\x92\x79\x46\xdf\xee\x0e\xc5\xfd\x03\x4e\xd2\x31\x6a\x09\x97\x9f\xb8\xc6\x24\xb1\x75\x19\x62\x2b\x01\x93\xda\x13\x4e\x6a\xa0\xba\x96\x44\x4c\x1d\xc4\x9f\xd4\xfa\x8b\x0c\xe3\x86\xac\x16\xdf\xa0\xd2\xe1\x6c\xd2\xb4\x11\x3a\x79\xb6\xd0\xca\x90\xbb\x0c\x87\x64\xa3\x7c\xbc\x29\x09\x17\xd8\x99\x33\x2a\x3e\xeb\x78\xf5\xf0\xca\xee\x75\x0b\x77\xf8\x8d\x2d\x24\x92\x1f\xf2\xff\xb9\x0c\x6f\xd2\xc8\xe2\x7a\xb9\x78\xfb\x13\xce\x3a\xa2\xa7\x33\xbc\x46\x8c\x81\x5f\x21\xf3\x97\x8a\x87\x08\xf1\xa8\xb4\x1f\x3a\x21\x5f\xf1\x8b\xad\xbf\x18\x72\xcc\x02\x12\x86\x1e\x23\x89\x07\xcd\x36\xa0\xa7\xd7\x63\xa0\xe8\x32\x97\x61\x3e\x6d\x8c\xc3\x7a\xb5\x9a\xa6\x29\xa7\x59\x6e\xae\xd6\xac\x6e\xee\x56\x1f\x8a\xfb\x87\x6d\xf9\xb0\x9c\x25\xbb\x0c\x1f\x7d\xc7\x21\xc0\xf8\x8f\x51\x8c\x6b\x1c\xcf\xa0\x61\xe8\xa4\xa2\x63\xc7\xe8\x68\x4a\xc1\xcd\xe9\xcc\xa1\x8b\xc7\x64\x12\xc5\x37\x77\x08\xd7\xd4\x5d\xf6\x4d\x3a\x2f\xeb\xba\xc9\x93\xf0\xcd\x80\x7a\x90\xc7\x62\x53\xa2\x28\x17\x78\xb7\x29\x8b\xf2\xce\x65\xf8\x54\x1c\x7e\xd9\x7d\x3c\xe0\xd3\x66\xbf\xdf\x6c\x0f\xc5\x43\x89\xdd\x1e\xf7\xbb\xed\xfb\xe2\x50\xec\xb6\x25\x76\x8f\xd8\x6c\x3f\xe3\xd7\x62\xfb\xfe\x0e\x2c\xb1\x65\x03\x7f\x19\x2c\xe9\x57\x83\xa4\x45\x72\x9d\x32\xbd\x15\xe8\x26\x20\xf5\x23\x7d\x87\x81\x2b\x39\x49\x85\x8e\x7c\x33\x52\xc3\x68\xf4\x99\xcd\xa7\x7a\x0c\x6c\xbd\x84\x14\x67\x00\xf9\xda\x65\xe8\xa4\x97\x38\xb7\x28\xfc\xdd\x54\xa2\xf9\x9e\x6f\xcb\x3d\x89\xaf\xd7\xd8\x6b\xc7\xef\xc4\xa7\xc2\x3a\x1a\xe4\x5a\xb0\x35\xec\x48\x55\x4e\x63\x6c\xd5\xe4\xeb\xac\x29\x7f\xfa\x31\xe4\xa2\xab\xe7\xff\xbb\x9e\x23\xd5\x14\x69\xed\x00\x4f\x3d\xaf\x71\xa6\xa7\xb0\xd4\x81\x8d\xa2\xda\x32\xad\xbe\xff\x2a\x0e\xe8\xe8\xc8\x5d\x48\x73\x48\x31\xaf\xb1\x48\x93\x0b\x07\x90\xf7\x7a\x35\x7b\xb9\xae\xc8\x2f\x07\xd3\x5e\x23\xaf\xb1\x88\x36\xf2\xc2\x85\xf1\xf8\x3b\x57\x31\xac\xdd\x12\x17\xbd\x25\xdb\xb3\x54\xbc\xa9\x2a\x1d\x7d\xfc\x67\x7e\x67\xda\xf1\x9e\x4f\x09\xf7\xc5\xe5\x7f\x6a\xa5\x41\x7e\x36\x1d\x87\x7f\x31\xef\xfe\x0c\x00\x00\xff\xff\x97\x8e\xb5\x22\xe0\x04\x00\x00"), + }, + "/rbac/operator-role-camel-k.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-camel-k.yaml", + modTime: time.Time{}, + uncompressedSize: 1324, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xed\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x69\x2c\x0d\x2c\x71\xd4\x21\xb5\x8a\xfb\xf5\x05\x65\x39\xbb\xdb\x5c\xa3\x13\x87\x7c\x9a\xf7\x1e\xdf\x30\xc3\xf2\xc7\x7d\x2e\xc3\x47\x29\xd9\x07\xae\x10\x15\xb1\x61\x6c\x7b\x2a\x1b\x46\xa1\xa7\x38\x92\x31\x1e\x75\xf0\x15\x45\x51\x8f\x77\xdb\xe2\xf1\x3d\x06\x5f\xb1\x41\x3d\x43\x0d\x9d\x1a\xbb\x0c\xa5\xfa\x68\x72\x1c\xa2\x1a\xda\x6b\x43\x50\x6d\xcc\x1d\xfb\x18\x56\x40\xc1\x3c\x75\xdf\xed\x0f\xf9\xfd\x03\x4e\xd2\x32\x2a\x09\xd7\x9f\xb8\xc2\x28\xb1\x71\x19\x62\x23\x01\xa3\xda\x19\x27\x35\x50\x55\x49\x22\xa6\x16\xe2\x4f\x6a\xdd\x55\x86\x71\x4d\x56\x89\xaf\x51\x6a\x7f\x31\xa9\x9b\x08\x1d\x3d\x5b\x68\xa4\x5f\xb9\x0c\x87\x64\xa3\x78\xbc\x29\x09\xd7\xb6\x13\x67\x54\x7c\xd1\x61\xf6\xf0\xca\xee\x7c\x0b\x77\xf8\x9b\x2d\x24\x92\x5f\x56\x3f\xb9\x0c\xef\x12\x64\x31\x1f\x2e\xde\xff\x86\x8b\x0e\xe8\xe8\x02\xaf\x11\x43\xe0\x57\x9d\xf9\x6b\xc9\x7d\x84\x78\x94\xda\xf5\xad\x90\x2f\xf9\xc5\xd6\x37\x86\x15\x26\x01\xa9\x87\x1e\x23\x89\x07\x4d\x36\xa0\xa7\xd7\x30\x50\x74\x99\xcb\x30\x7d\x4d\x8c\xfd\x66\xbd\x1e\xc7\x71\x45\x93\xdc\x95\x5a\xbd\xbe\xb9\x5b\x7f\xcc\xef\x1f\x76\xc5\xc3\x72\x92\xec\x32\x7c\xf2\x2d\x87\x00\xe3\x7f\x06\x31\xae\x70\xbc\x80\xfa\xbe\x95\x92\x8e\x2d\xa3\xa5\x31\x05\x37\xa5\x33\x85\x2e\x1e\xa3\x49\x14\x5f\xdf\x21\xcc\xa9\xbb\xec\x4d\x3a\x2f\xd7\x75\x93\x27\xe1\x0d\x40\x3d\xc8\x63\xb1\x2d\x90\x17\x0b\xfc\xbe\x2d\xf2\xe2\xce\x65\xf8\x9c\x1f\xfe\xdc\x7f\x3a\xe0\xf3\xf6\xe9\x69\xbb\x3b\xe4\x0f\x05\xf6\x4f\xb8\xdf\xef\x3e\xe4\x87\x7c\xbf\x2b\xb0\x7f\xc4\x76\xf7\x05\x7f\xe5\xbb\x0f\x77\x60\x89\x0d\x1b\xf8\x6b\x6f\x49\xbf\x1a\x24\x5d\x24\x57\x29\xd3\xdb\x00\xdd\x04\xa4\xf9\x48\x75\xe8\xb9\x94\x93\x94\x68\xc9\xd7\x03\xd5\x8c\x5a\x9f\xd9\x7c\x1a\x8f\x9e\xad\x93\x90\xe2\x0c\x20\x5f\xb9\x0c\xad\x74\x12\xa7\x29\x0a\xdf\x9b\x4a\x34\x3f\xf2\x6d\xb9\xb3\xf8\x6a\x83\x27\x6d\xd9\x51\x2f\xf3\x64\x6d\x60\x47\x2a\x57\x34\xc4\x46\x4d\xfe\x9d\xc4\xac\xce\xbf\x86\x95\xe8\xfa\xf9\x67\xd7\x71\xa4\x8a\x22\x6d\x1c\xe0\xa9\xe3\x0d\x2e\x74\x0e\x4b\xed\xd9\x28\xaa\x2d\x4b\xea\xb8\x5d\x9e\x1d\xd0\xd2\x91\xdb\x90\x70\x48\xf9\x6e\xb0\x48\xc8\x85\x03\xc8\x7b\x9d\x5d\x5e\x8f\x4b\xf2\xcb\xde\xb4\xd3\xc8\x1b\x2c\xa2\x0d\xbc\x70\x36\xb4\x1c\x36\x6e\x09\xea\xe5\x0f\xd3\xa1\x9f\xb1\x4b\x4c\x14\xaf\x26\xcd\x01\xc6\x41\x07\x2b\xf9\x1b\x46\x7c\xe4\xda\xae\x1c\xf3\xd6\x39\xfd\xc6\xf1\x7f\xe5\x51\x7c\x7a\xaa\x69\xf7\x99\xed\xf8\x42\x62\x4c\x91\xe7\xa2\x4a\xc8\xb7\x45\xa9\x6d\xcb\x65\xea\x3f\x6f\xd7\x1c\xe7\x55\x2b\xe1\xb6\xec\x29\x96\xcd\xbc\x1e\xfa\xea\xa5\xe3\x38\x1d\xfc\x17\x00\x00\xff\xff\x06\x12\xc0\x7d\x2c\x05\x00\x00"), + }, + "/rbac/operator-role-knative.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-knative.yaml", + modTime: time.Time{}, + uncompressedSize: 1641, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x93\x41\x8f\xdb\x46\x0c\x85\xef\xf3\x2b\x1e\xa4\x4b\x52\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\xd6\x68\x60\x03\x2b\xa7\x41\x8e\xb4\x44\x4b\x84\xa5\xa1\xca\x19\x59\x71\x7f\x7d\x21\x59\x6e\x76\x11\xa0\xbd\x2c\x1a\x5d\x4c\xcd\xd0\xe4\xf7\xf8\xa8\x14\x8b\xd7\x7b\x5c\x8a\xf7\x52\xb0\x0f\x5c\x22\x2a\x62\xcd\x58\x77\x54\xd4\x8c\x5c\x8f\x71\x20\x63\x3c\x6a\xef\x4b\x8a\xa2\x1e\x6f\xd6\xf9\xe3\x5b\xf4\xbe\x64\x83\x7a\x86\x1a\x5a\x35\x76\x29\x0a\xf5\xd1\xe4\xd0\x47\x35\x34\xd7\x82\xa0\xca\x98\x5b\xf6\x31\x64\x40\xce\x3c\x55\xdf\xee\xf6\x9b\xfb\x07\x1c\xa5\x61\x94\x12\xae\x7f\xe2\x12\x83\xc4\xda\xa5\x88\xb5\x04\x0c\x6a\x27\x1c\xd5\x40\x65\x29\x63\x63\x6a\x20\xfe\xa8\xd6\x5e\x31\x8c\x2b\xb2\x52\x7c\x85\x42\xbb\x8b\x49\x55\x47\xe8\xe0\xd9\x42\x2d\x5d\xe6\x52\xec\x47\x19\xf9\xe3\x8d\x24\x5c\xcb\x4e\x3d\xa3\xe2\x93\xf6\xb3\x86\x67\x72\xe7\x29\xdc\xe1\x0f\xb6\x30\x36\xf9\x31\xfb\xde\xa5\x78\x33\xa6\x24\xf3\x65\xf2\xf6\x67\x5c\xb4\x47\x4b\x17\x78\x8d\xe8\x03\x3f\xab\xcc\x9f\x0b\xee\x22\xc4\xa3\xd0\xb6\x6b\x84\x7c\xc1\x5f\x64\xfd\xd3\x21\xc3\x04\x30\xd6\xd0\x43\x24\xf1\xa0\x49\x06\xf4\xf8\x3c\x0d\x14\x5d\xea\x52\x4c\x4f\x1d\x63\xb7\x5a\x2e\x87\x61\xc8\x68\xc2\xcd\xd4\xaa\xe5\x4d\xdd\xf2\xfd\xe6\xfe\x61\x9b\x3f\x2c\x26\x64\x97\xe2\x83\x6f\x38\x04\x18\xff\xd9\x8b\x71\x89\xc3\x05\xd4\x75\x8d\x14\x74\x68\x18\x0d\x0d\xa3\x71\x93\x3b\x93\xe9\xe2\x31\x98\x44\xf1\xd5\x1d\xc2\xec\xba\x4b\x5f\xb8\xf3\x65\x5c\x37\x3c\x09\x2f\x12\xd4\x83\x3c\x92\x75\x8e\x4d\x9e\xe0\x97\x75\xbe\xc9\xef\x5c\x8a\x8f\x9b\xfd\x6f\xbb\x0f\x7b\x7c\x5c\x3f\x3d\xad\xb7\xfb\xcd\x43\x8e\xdd\x13\xee\x77\xdb\x77\x9b\xfd\x66\xb7\xcd\xb1\x7b\xc4\x7a\xfb\x09\xbf\x6f\xb6\xef\xee\xc0\x12\x6b\x36\xf0\xe7\xce\x46\x7e\x35\xc8\x38\x48\x2e\x47\x4f\x6f\x0b\x74\x03\x18\xf7\x63\x7c\x0f\x1d\x17\x72\x94\x02\x0d\xf9\xaa\xa7\x8a\x51\xe9\x99\xcd\x8f\xeb\xd1\xb1\xb5\x12\x46\x3b\x03\xc8\x97\x2e\x45\x23\xad\xc4\x69\x8b\xc2\xd7\xa2\xc6\x36\xaf\xf9\x6d\xb9\x93\xf8\x72\x85\x27\x6d\xd8\x51\x27\xf3\x66\xad\x60\x07\x2a\x32\xea\x63\xad\x26\x7f\x4d\x30\xd9\xe9\xa7\x90\x89\x2e\xcf\x3f\xb8\x96\x23\x95\x14\x69\xe5\x00\x4f\x2d\xaf\x70\xa1\x53\x58\x68\xc7\x46\x51\x6d\x71\xf2\x14\xe5\xcc\x0e\x68\xe8\xc0\x4d\x18\xf3\x30\xfa\xbb\x42\x32\x66\x26\x0e\x20\xef\x75\x56\x79\xbd\x2e\xc8\x2f\x3a\xd3\x56\x23\xaf\x90\x44\xeb\x39\x71\xd6\x37\x1c\x56\x6e\x01\xea\xe4\x57\xd3\xbe\x9b\x72\x17\xe0\x33\xfb\x71\x19\xb2\xb9\x53\x56\xf2\xd9\x01\xc6\x41\x7b\x2b\x78\xce\x3a\x98\x9e\xd8\xc2\x14\x47\x93\xaa\xba\xbe\x9c\xd9\x0e\x73\x46\x61\x4c\x91\xa7\xb0\xe4\x86\x5f\x84\x85\x36\x0d\x17\x23\xe0\x74\x58\x71\x9c\x7e\x1b\x09\xd7\xa0\xa3\x58\xd4\x53\xd4\x77\xe5\xad\xca\x30\x1d\x7e\xc5\xdb\x72\x08\x54\xfd\x27\x70\x51\x93\xf7\xdc\x5c\x89\xc5\xb7\xdc\xaa\x5d\x5e\x1c\x86\xfe\x10\x0a\x93\x6e\x9a\xdb\xb7\xd1\x32\x13\xff\xbb\x92\xe4\xbb\xe4\x7f\xa1\xfb\x3b\x00\x00\xff\xff\x55\xa8\x2a\x8a\x69\x06\x00\x00"), + }, + "/rbac/operator-role-kubernetes.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-kubernetes.yaml", + modTime: time.Time{}, + uncompressedSize: 2599, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x6e\x1b\x37\x10\xbd\xef\x57\x0c\x76\x2f\x49\x61\x49\x6d\x4f\x85\x7a\x52\x13\xbb\x15\x1a\x48\x80\x57\x69\x90\xe3\x88\x3b\x5a\x4d\xcd\xe5\xb0\x43\xae\x64\xf5\xeb\x0b\x52\xab\x58\x8e\xe2\xc2\x41\x83\x5a\x17\xcd\x92\xc3\x37\xef\xcd\x3c\x82\x15\x8c\xbe\xdd\xaf\xa8\xe0\x1d\x1b\x72\x81\x1a\x88\x02\x71\x4b\x30\xf3\x68\xb6\x04\xb5\x6c\xe2\x1e\x95\xe0\x46\x7a\xd7\x60\x64\x71\xf0\x6a\x56\xdf\xbc\x86\xde\x35\xa4\x20\x8e\x40\x14\x3a\x51\x2a\x2a\x30\xe2\xa2\xf2\xba\x8f\xa2\x60\x8f\x80\x80\xad\x12\x75\xe4\x62\x18\x03\xd4\x44\x19\x7d\xb1\x5c\xcd\xdf\x5c\xc3\x86\x2d\x41\xc3\xe1\x78\x88\x1a\xd8\x73\xdc\x16\x15\xc4\x2d\x07\xd8\x8b\xde\xc1\x46\x14\xb0\x69\x38\x15\x46\x0b\xec\x36\xa2\xdd\x91\x86\x52\x8b\xda\xb0\x6b\xc1\x88\x3f\x28\xb7\xdb\x08\xb2\x77\xa4\x61\xcb\x7e\x5c\x54\xb0\x4a\x32\xea\x9b\x13\x93\x70\x84\xcd\x35\xa3\xc0\x47\xe9\x07\x0d\x67\x72\x87\x2e\x5c\xc1\x1f\xa4\x21\x15\xf9\x71\xfc\x7d\x51\xc1\xab\x94\x52\x0e\x9b\xe5\xeb\x9f\xe1\x20\x3d\x74\x78\x00\x27\x11\xfa\x40\x67\xc8\x74\x6f\xc8\x47\x60\x07\x46\x3a\x6f\x19\x9d\xa1\x07\x59\x9f\x2a\x8c\x21\x13\x48\x18\xb2\x8e\xc8\x0e\x30\xcb\x00\xd9\x9c\xa7\x01\xc6\xa2\x2a\x2a\xc8\xbf\x6d\x8c\x7e\x3a\x99\xec\xf7\xfb\x31\x66\xba\x63\xd1\x76\x72\x52\x37\x79\x37\x7f\x73\xbd\xa8\xaf\x47\x99\x72\x51\xc1\x7b\x67\x29\x04\x50\xfa\xab\x67\xa5\x06\xd6\x07\x40\xef\x2d\x1b\x5c\x5b\x02\x8b\xfb\x34\xb8\x3c\x9d\x3c\x74\x76\xb0\x57\x8e\xec\xda\x2b\x08\xc3\xd4\x8b\xea\xd1\x74\x1e\xda\x75\xa2\xc7\xe1\x51\x82\x38\x40\x07\xe5\xac\x86\x79\x5d\xc2\x2f\xb3\x7a\x5e\x5f\x15\x15\x7c\x98\xaf\x7e\x5b\xbe\x5f\xc1\x87\xd9\xed\xed\x6c\xb1\x9a\x5f\xd7\xb0\xbc\x85\x37\xcb\xc5\xdb\xf9\x6a\xbe\x5c\xd4\xb0\xbc\x81\xd9\xe2\x23\xfc\x3e\x5f\xbc\xbd\x02\xe2\xb8\x25\x05\xba\xf7\x9a\xf8\x8b\x02\xa7\x46\x52\x93\x66\x7a\x32\xd0\x89\x40\xf2\x47\xfa\x0e\x9e\x0c\x6f\xd8\x80\x45\xd7\xf6\xd8\x12\xb4\xb2\x23\x75\xc9\x1e\x9e\xb4\xe3\x90\xc6\x19\x00\x5d\x53\x54\x60\xb9\xe3\x98\x5d\x14\x2e\x45\xa5\x32\xdf\xf2\x6e\x15\x77\xec\x9a\x29\xdc\x8a\xa5\x02\x3d\x0f\xce\x9a\x82\xae\xd1\x8c\xb1\x8f\x5b\x51\xfe\x3b\x93\x19\xdf\xfd\x14\xc6\x2c\x93\xdd\x0f\x45\x47\x11\x1b\x8c\x38\x2d\x00\x1c\x76\x34\x85\x03\xde\x85\x91\x78\x52\x8c\xa2\x05\x80\xc5\x35\xd9\x90\xf6\x21\xcd\x75\x0a\x65\xca\x28\x0b\x00\x74\x4e\x06\x75\xc7\x6d\x83\x6e\xe4\x55\x3a\x89\x34\x85\x32\x6a\x4f\x65\xa1\xbd\xa5\x30\x2d\x46\x80\x9e\x7f\x55\xe9\x7d\xce\x1d\xe5\x32\x63\xc3\x51\xfb\xb0\x51\xec\x28\xdd\xc2\xe4\xb3\x02\x40\x29\x48\xaf\x86\x86\xcc\xf2\xbb\x54\x6c\x47\xba\x3e\x5b\xb8\xc0\x2b\xd7\x18\xcd\xb6\xbc\x3c\xfe\xa7\xac\xc3\xe3\xf3\x46\x09\x23\xe5\xb0\x21\x4b\x8f\x42\x23\xd6\x92\x49\x9a\xf2\x62\x4b\x31\xff\x5b\x0e\xc7\xc0\xa7\x2a\x39\xea\x7d\x73\x42\xd9\xe7\xc5\xaf\xa3\x34\x09\x11\x63\xff\x19\xb3\x8b\x72\x4f\x21\x7f\x01\xd4\x4b\x13\x3e\x05\x13\xba\x27\x93\xbf\x02\xe9\x8e\x0d\x1d\xb7\xc8\x35\x5e\xd8\xc5\x21\x31\x39\x24\x44\x72\x71\x27\xb6\xef\xc8\x58\xe4\xee\xb8\x65\xc4\x6d\xb8\xed\xd0\x87\x01\xc4\x28\xc5\x70\x0e\x88\xc6\x48\x7f\x44\x7a\x89\xd6\x3e\xd1\x80\x89\x95\xf6\xe1\xe3\xbf\xb4\xf8\xc9\x5b\x73\x59\x58\xc5\x0e\xfd\x4d\xd1\x9a\x5d\x7a\x2c\x5e\xa8\x31\x5f\x41\xdb\xd8\x3e\x44\xd2\x07\xf6\x67\x0b\x5f\x16\xf1\x88\xd9\xb3\x66\x42\x3b\xfa\x37\x8f\x3c\x28\x7b\xee\x58\xd0\x67\x4b\x7e\x56\xa6\x21\x6f\xe5\xd0\xd1\xc9\xd9\x4a\xf9\xfd\x09\x9f\x3c\x1b\x31\xd2\xa6\xb7\xc3\xc2\x0b\xcc\xe5\x09\xde\x48\x9d\xb8\x4b\x56\xcf\xed\x06\xdd\x47\x72\xf9\xc1\xb9\xc4\x66\xd7\xa6\x77\x8d\xfe\x1f\xc1\xff\x04\x00\x00\xff\xff\x78\xb2\xd9\x48\x27\x0a\x00\x00"), + }, + "/rbac/operator-role-olm-cluster.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-olm-cluster.yaml", + modTime: time.Time{}, + uncompressedSize: 1343, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x52\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\xb4\x34\x96\x06\x4b\x71\xd8\x21\xb5\x8a\xfb\xf5\x05\x65\x3b\x59\x63\xaf\xe1\xc5\x63\xea\x69\xe6\x3d\xbe\x47\x15\x58\xfe\xb8\x65\x0a\x7c\xe4\x86\x7c\xa4\x16\x49\x90\x7a\xc2\x26\xd8\xa6\x27\xd4\x72\x4c\x93\x55\xc2\xa3\x8c\xbe\xb5\x89\xc5\xe3\xdd\xa6\x7e\x7c\x8f\xd1\xb7\xa4\x10\x4f\x10\xc5\x20\x4a\xa6\x40\x23\x3e\x29\x1f\xc6\x24\x0a\x77\x6e\x08\xdb\x29\xd1\x40\x3e\xc5\x12\xa8\x89\xe6\xee\xdb\xdd\xbe\xba\x7f\xc0\x91\x1d\xa1\xe5\x78\x7e\x89\x5a\x4c\x9c\x7a\x53\x20\xf5\x1c\x31\x89\x3e\xe3\x28\x0a\xdb\xb6\x9c\x07\x5b\x07\xf6\x47\xd1\xe1\x4c\x43\xa9\xb3\xda\xb2\xef\xd0\x48\x38\x29\x77\x7d\x82\x4c\x9e\x34\xf6\x1c\x4a\x53\x60\x9f\x65\xd4\x8f\x57\x26\xf1\xdc\x76\x9e\x99\x04\x5f\x64\xbc\x68\x78\x25\xf7\x72\x0a\x77\xf8\x87\x34\xe6\x21\xbf\x96\x3f\x9b\x02\xef\x32\x64\x71\x79\xb8\x78\xff\x3b\x4e\x32\x62\xb0\x27\x78\x49\x18\x23\xbd\xea\x4c\x5f\x1b\x0a\x09\xec\xd1\xc8\x10\x1c\x5b\xdf\xd0\x77\x59\xdf\x26\x94\x98\x09\xe4\x1e\x72\x48\x96\x3d\xec\x2c\x03\x72\x7c\x0d\x83\x4d\xa6\x30\x05\xe6\xd5\xa7\x14\xd6\xab\xd5\x34\x4d\xa5\x9d\xe9\x96\xa2\xdd\xea\xaa\x6e\xf5\xb1\xba\x7f\xd8\xd6\x0f\xcb\x99\xb2\x29\xf0\xc9\x3b\x8a\x11\x4a\xff\x8e\xac\xd4\xe2\x70\x82\x0d\xc1\x71\x63\x0f\x8e\xe0\xec\x94\x8d\x9b\xdd\x99\x4d\x67\x8f\x49\x39\xb1\xef\xee\x10\x2f\xae\x9b\xe2\xc6\x9d\xef\xc7\x75\xa5\xc7\xf1\x06\x20\x1e\xd6\x63\xb1\xa9\x51\xd5\x0b\xfc\xb1\xa9\xab\xfa\xce\x14\xf8\x5c\xed\xff\xda\x7d\xda\xe3\xf3\xe6\xe9\x69\xb3\xdd\x57\x0f\x35\x76\x4f\xb8\xdf\x6d\x3f\x54\xfb\x6a\xb7\xad\xb1\x7b\xc4\x66\xfb\x05\x7f\x57\xdb\x0f\x77\x20\x4e\x3d\x29\xe8\x6b\xd0\xcc\x5f\x14\x9c\x0f\x92\xda\xec\xe9\x35\x40\x57\x02\x39\x1f\xf9\x7f\x0c\xd4\xf0\x91\x1b\x38\xeb\xbb\xd1\x76\x84\x4e\x5e\x48\x7d\x8e\x47\x20\x1d\x38\x66\x3b\x23\xac\x6f\x4d\x01\xc7\x03\xa7\x39\x45\xf1\xad\xa8\x3c\xe6\x47\xde\x2d\xf3\xcc\xbe\x5d\xe3\xde\x8d\x31\x91\x3e\x89\x23\x63\x03\x5f\x02\xb6\x86\x1e\x6c\x53\xda\x31\xf5\xa2\xfc\xdf\xcc\xa9\x7c\xfe\x2d\x96\x2c\xab\x97\x5f\xcc\x40\xc9\xb6\x36\xd9\xb5\x01\xbc\x1d\x68\x8d\x93\x7d\x8e\x4b\x09\xa4\x36\x89\x2e\xc5\x0d\x06\x70\xf6\x40\x2e\x66\x0c\xb2\xc5\x6b\x2c\x32\x6a\x61\x74\x74\x14\xd7\x66\x09\x1b\xf8\x4f\x95\x31\xcc\x98\x65\xbe\xa6\x51\x1c\x95\x12\xc8\xc7\x9e\x8f\xa9\x64\x31\x80\x52\x94\x51\x1b\xba\x45\x35\x8e\x5b\x99\xbc\x13\xdb\x46\x03\xbc\x90\x1e\xae\x00\x25\x9b\x68\x2e\x5b\x72\x74\x53\x36\xe2\x1c\x35\x59\xcd\xbc\xd9\x51\x9a\x7f\x1d\xc7\x73\x11\x6c\x6a\xfa\xb9\x1a\x43\x7b\xed\x32\xcd\x9b\x6f\xe8\x66\x31\x65\xc3\x49\xc7\x78\x54\x3b\x50\xfe\x30\xe4\xe8\x9f\x49\xd8\x81\xdc\xab\xfb\xf0\x56\xc7\xe2\xa7\xc5\x2d\xef\xbc\xf1\x7f\x00\x00\x00\xff\xff\x62\xdc\xaf\x9b\x3f\x05\x00\x00"), + }, + "/rbac/operator-role-olm.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-olm.yaml", + modTime: time.Time{}, + uncompressedSize: 2730, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x92\x1a\x37\x10\xbd\xcf\x57\x74\x31\x17\x3b\xb5\x0c\x49\x4e\x29\x72\x22\xeb\xdd\x84\x8a\x0b\xaa\x16\x1c\x97\x8f\x8d\xa6\x19\x3a\xab\x51\x2b\x2d\x0d\x98\x7c\x7d\x4a\x62\xf0\xc2\xb2\x9b\xb2\x2b\x8e\x97\x0b\x2d\x4d\xeb\xf5\xeb\x7e\x6f\x46\x25\x0c\xbf\xde\xaf\x28\xe1\x2d\x1b\x72\x81\x6a\x88\x02\x71\x43\x30\xf1\x68\x36\x04\x0b\x59\xc7\x1d\x2a\xc1\xad\x74\xae\xc6\xc8\xe2\xe0\xd5\x64\x71\xfb\x1a\x3a\x57\x93\x82\x38\x02\x51\x68\x45\xa9\x28\xc1\x88\x8b\xca\xab\x2e\x8a\x82\x3d\x00\x02\x36\x4a\xd4\x92\x8b\xa1\x02\x58\x10\x65\xf4\xd9\x7c\x39\xbd\xbe\x81\x35\x5b\x82\x9a\xc3\xe1\x10\xd5\xb0\xe3\xb8\x29\x4a\x88\x1b\x0e\xb0\x13\xbd\x87\xb5\x28\x60\x5d\x73\x2a\x8c\x16\xd8\xad\x45\xdb\x03\x0d\xa5\x06\xb5\x66\xd7\x80\x11\xbf\x57\x6e\x36\x11\x64\xe7\x48\xc3\x86\x7d\x55\x94\xb0\x4c\x6d\x2c\x6e\x8f\x4c\xc2\x01\x36\xd7\x8c\x02\x1f\xa4\xeb\x7b\x38\x69\xb7\x9f\xc2\x15\xfc\x41\x1a\x52\x91\x1f\xab\xef\x8b\x12\x5e\xa5\x94\x41\xff\x70\xf0\xfa\x67\xd8\x4b\x07\x2d\xee\xc1\x49\x84\x2e\xd0\x09\x32\x7d\x34\xe4\x23\xb0\x03\x23\xad\xb7\x8c\xce\xd0\x43\x5b\x9f\x2a\x54\x90\x09\x24\x0c\x59\x45\x64\x07\x98\xdb\x00\x59\x9f\xa6\x01\xc6\xa2\x2c\x4a\xc8\xbf\x4d\x8c\x7e\x3c\x1a\xed\x76\xbb\x0a\x33\xdd\x4a\xb4\x19\x1d\xbb\x1b\xbd\x9d\x5e\xdf\xcc\x16\x37\xc3\x4c\xb9\x28\xe1\x9d\xb3\x14\x02\x28\xfd\xd5\xb1\x52\x0d\xab\x3d\xa0\xf7\x96\x0d\xae\x2c\x81\xc5\x5d\x12\x2e\xab\x93\x45\x67\x07\x3b\xe5\xc8\xae\xb9\x82\xd0\xab\x5e\x94\x67\xea\x3c\x8c\xeb\x48\x8f\xc3\x59\x82\x38\x40\x07\x83\xc9\x02\xa6\x8b\x01\xfc\x32\x59\x4c\x17\x57\x45\x09\xef\xa7\xcb\xdf\xe6\xef\x96\xf0\x7e\x72\x77\x37\x99\x2d\xa7\x37\x0b\x98\xdf\xc1\xf5\x7c\xf6\x66\xba\x9c\xce\x67\x0b\x98\xdf\xc2\x64\xf6\x01\x7e\x9f\xce\xde\x5c\x01\x71\xdc\x90\x02\x7d\xf4\x9a\xf8\x8b\x02\xa7\x41\x52\x9d\x34\x3d\x1a\xe8\x48\x20\xf9\x23\xad\x83\x27\xc3\x6b\x36\x60\xd1\x35\x1d\x36\x04\x8d\x6c\x49\x5d\xb2\x87\x27\x6d\x39\x24\x39\x03\xa0\xab\x8b\x12\x2c\xb7\x1c\xb3\x8b\xc2\x65\x53\xa9\xcc\xd7\x7c\xb7\x8a\x7b\x76\xf5\x18\xee\xc4\x52\x81\x9e\x7b\x67\x8d\x41\x57\x68\x2a\xec\xe2\x46\x94\xff\xce\x64\xaa\xfb\x9f\x42\xc5\x32\xda\xfe\x50\xb4\x14\xb1\xc6\x88\xe3\x02\xc0\x61\x4b\x63\xd8\xe3\x7d\x18\x8a\x27\xc5\x28\x3a\x14\xdb\x16\x00\x16\x57\x64\x43\xca\x81\xa4\xed\x18\x06\x29\x6b\x50\x68\x67\x29\x8c\x8b\x21\xa0\xe7\x5f\x55\x3a\x9f\x73\x86\x19\xa3\x32\x1c\xb5\x0b\x6b\xc5\x96\xd2\x2b\x96\x4c\x54\x00\x28\x05\xe9\xd4\x50\x9f\x39\xf8\x6e\x50\x00\x6c\x49\x57\x27\x1b\x17\x78\x83\x15\x46\xb3\x19\x5c\x1e\xff\x53\x56\xe1\xfc\xbc\x51\xc2\x48\x39\xac\xc9\xd2\x59\x68\xc4\x5a\x32\x69\x02\x79\xb3\xa1\x98\xff\x2d\x87\x43\xe0\x53\x95\x1c\x75\xbe\x3e\xa2\xec\xf2\xe6\x97\x51\x1a\x85\x88\xb1\x7b\xc4\xec\xa2\xdc\x73\xc8\x4f\x80\x7a\xa9\x43\x0e\x02\xe9\x96\x0d\x1d\x16\xe4\x6a\x2f\xec\xe2\x61\xe5\x93\xe0\x21\x92\x8b\x5b\xb1\x5d\x4b\xc6\x22\xb7\x87\x47\x46\xdc\x9a\x9b\x16\xfd\x11\xc4\x28\xc5\x33\x40\x34\x46\xba\x03\xd2\x4b\x0c\xf3\x99\x96\x47\x56\x9a\x87\xc5\x7f\x19\xea\xb3\x2f\xc1\x65\x61\x15\xdb\xcf\x37\x45\x2b\x76\xe9\xdb\xff\x42\x83\xf9\x02\xda\xc6\x76\x21\x92\x3e\xb0\x3f\xd9\x78\xba\x89\x33\x66\x9f\xa5\x09\x6d\xe9\xdf\x3c\xf2\xd0\xd9\xe7\xca\x82\x3e\x5b\xf2\x51\x99\x9a\xbc\x95\x7d\x4b\x47\x67\x2b\xe5\xeb\x24\x7c\xf2\x6c\xc4\x48\xeb\xce\xf6\x1b\x2f\xa0\x4b\xcf\x1b\x63\x7f\x25\xdd\x51\xba\x9c\x32\x78\x18\x83\xeb\xac\x7d\xa2\x2b\xa4\x56\xdc\x25\xe7\xff\xc1\xc2\x8f\xbc\x70\x52\x2c\x39\xe1\x24\x7f\x86\xed\xf1\x4c\xd8\x87\x48\xed\x98\x5b\x6c\x68\xb8\xea\xd8\xd6\xa4\x97\x24\x5a\x71\x1c\x45\xd9\x35\x95\x11\x25\x09\x95\x91\xf6\x92\x40\xff\x55\xe9\xb3\xbf\x8d\x48\xff\x04\x00\x00\xff\xff\x64\x78\xef\xa8\xaa\x0a\x00\x00"), + }, + "/rbac/operator-role-openshift.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-openshift.yaml", + modTime: time.Time{}, + uncompressedSize: 2344, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x6e\x1b\x37\x10\xbd\xef\x57\x3c\xec\x5e\x92\xc2\x92\xda\x9e\x0a\xf5\xa4\x3a\x76\x2b\x34\x90\x00\xaf\xd2\x20\xc7\x11\x77\xb4\x62\xcd\xe5\xb0\x43\xae\x14\xf5\xeb\x0b\xae\xa4\xd8\x8a\xe3\x22\x41\x53\x44\x17\x0d\xc9\xe1\x9b\xf7\x66\x1e\xb1\x15\x46\x5f\xef\x57\x54\x78\x6d\x0d\xfb\xc8\x0d\x92\x20\x6d\x19\xb3\x40\x66\xcb\xa8\x65\x93\xf6\xa4\x8c\x5b\xe9\x7d\x43\xc9\x8a\xc7\x8b\x59\x7d\xfb\x12\xbd\x6f\x58\x21\x9e\x21\x8a\x4e\x94\x8b\x0a\x46\x7c\x52\xbb\xee\x93\x28\xdc\x11\x10\xd4\x2a\x73\xc7\x3e\xc5\x31\x50\x33\x0f\xe8\x8b\xe5\x6a\x7e\x7d\x83\x8d\x75\x8c\xc6\xc6\xe3\x25\x6e\xb0\xb7\x69\x5b\x54\x48\x5b\x1b\xb1\x17\xbd\xc7\x46\x14\xd4\x34\x36\x17\x26\x07\xeb\x37\xa2\xdd\x91\x86\x72\x4b\xda\x58\xdf\xc2\x48\x38\xa8\x6d\xb7\x09\xb2\xf7\xac\x71\x6b\xc3\xb8\xa8\xb0\xca\x32\xea\xdb\x33\x93\x78\x84\x1d\x6a\x26\xc1\x3b\xe9\x4f\x1a\x1e\xc9\x3d\x75\xe1\x0a\x7f\xb0\xc6\x5c\xe4\xc7\xf1\xf7\x45\x85\x17\x39\xa5\x3c\x1d\x96\x2f\x7f\xc6\x41\x7a\x74\x74\x80\x97\x84\x3e\xf2\x23\x64\x7e\x6f\x38\x24\x58\x0f\x23\x5d\x70\x96\xbc\xe1\x07\x59\x1f\x2a\x8c\x31\x10\xc8\x18\xb2\x4e\x64\x3d\x68\x90\x01\xd9\x3c\x4e\x03\xa5\xa2\x2a\x2a\x0c\xbf\x6d\x4a\x61\x3a\x99\xec\xf7\xfb\x31\x0d\x74\xc7\xa2\xed\xe4\xac\x6e\xf2\x7a\x7e\x7d\xb3\xa8\x6f\x46\x03\xe5\xa2\xc2\x1b\xef\x38\x46\x28\xff\xd5\x5b\xe5\x06\xeb\x03\x28\x04\x67\x0d\xad\x1d\xc3\xd1\x3e\x0f\x6e\x98\xce\x30\x74\xeb\xb1\x57\x9b\xac\x6f\xaf\x10\x4f\x53\x2f\xaa\x8b\xe9\x3c\xb4\xeb\x4c\xcf\xc6\x8b\x04\xf1\x20\x8f\x72\x56\x63\x5e\x97\xf8\x65\x56\xcf\xeb\xab\xa2\xc2\xdb\xf9\xea\xb7\xe5\x9b\x15\xde\xce\xee\xee\x66\x8b\xd5\xfc\xa6\xc6\xf2\x0e\xd7\xcb\xc5\xab\xf9\x6a\xbe\x5c\xd4\x58\xde\x62\xb6\x78\x87\xdf\xe7\x8b\x57\x57\x60\x9b\xb6\xac\xe0\xf7\x41\x33\x7f\x51\xd8\xdc\x48\x6e\xf2\x4c\xcf\x06\x3a\x13\xc8\xfe\xc8\xeb\x18\xd8\xd8\x8d\x35\x70\xe4\xdb\x9e\x5a\x46\x2b\x3b\x56\x9f\xed\x11\x58\x3b\x1b\xf3\x38\x23\xc8\x37\x45\x05\x67\x3b\x9b\x06\x17\xc5\xa7\xa2\x72\x99\xaf\xf9\xb6\x8a\x7b\xeb\x9b\x29\xee\xc4\x71\x41\xc1\x9e\x9c\x35\x85\xae\xc9\x8c\xa9\x4f\x5b\x51\xfb\xf7\x40\x66\x7c\xff\x53\x1c\x5b\x99\xec\x7e\x28\x3a\x4e\xd4\x50\xa2\x69\x01\x78\xea\x78\x8a\x03\xdd\xc7\x91\x04\x56\x4a\xa2\x05\xe0\x68\xcd\x2e\xe6\x73\xe4\xb9\x4e\x51\xe6\x8c\xb2\x00\xc8\x7b\x39\xa9\x3b\x1e\x1b\xf2\xa3\xa0\xd2\x49\xe2\x29\xca\xa4\x3d\x97\x85\xf6\x8e\xe3\xb4\x18\x81\x82\xfd\x55\xa5\x0f\x43\xee\x68\x28\x33\x36\x36\x69\x1f\x37\x4a\x1d\xe7\x57\x98\x7d\x56\x00\xca\x51\x7a\x35\x7c\xca\x2c\xbf\xcb\xc5\x76\xac\xeb\x47\x1b\x4f\xf0\xca\x35\x25\xb3\x2d\x9f\x5e\xff\x53\xd6\xf1\xf2\xbe\x51\xa6\xc4\x43\xd8\xb0\xe3\x8b\xd0\x88\x73\x6c\xb2\xa6\x61\xb3\xe5\x34\xfc\x3b\x1b\x8f\x41\xc8\x55\x86\xa8\x0f\xcd\x19\x65\x3f\x6c\x7e\x19\xa5\x49\x4c\x94\xfa\x8f\x98\x3d\x29\xf7\x1c\xf2\x27\x40\x83\x34\x71\x08\x22\xeb\xce\x1a\x3e\x2e\xd8\x37\x41\xac\x4f\xc7\x55\xc8\x9e\x88\x89\x7d\xda\x89\xeb\x3b\x36\x8e\x6c\x77\x3c\x32\xe2\x37\xb6\xed\x28\x9c\x41\x8c\x72\xba\x00\x24\x63\xa4\x3f\x22\x7d\x8b\x66\x3e\x23\x79\xe2\xa4\x7d\x58\xfc\x97\xa6\x3e\xfb\x4e\x9e\x16\x56\x71\xa7\xfe\xe6\x68\x6d\x7d\xfe\x3c\x7c\xa3\xc6\x7c\x01\x6d\xe3\xfa\x98\x58\x1f\xd8\x3f\xda\xf8\xb4\x88\x0b\x66\x9f\x35\x13\xde\xf1\xbf\x79\xe4\x41\xd9\xe7\x8e\x85\xc2\x60\xc9\x8f\xca\x34\x1c\x9c\x1c\x3a\x3e\x3b\x5b\x79\xf8\xe2\xc4\x0f\x9e\x4d\x94\x78\xd3\xbb\xd3\xc6\xff\x3f\x97\x7f\x02\x00\x00\xff\xff\x51\x6d\xf4\x72\x28\x09\x00\x00"), + }, + "/rbac/operator-role-servicemonitors.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-servicemonitors.yaml", + modTime: time.Time{}, + uncompressedSize: 1283, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x72\x37\xbb\xad\xd1\xc0\x06\x56\x4e\x83\x1c\x69\x6a\x2c\x0d\x96\xe2\xb0\x43\x6a\x15\xf7\xd7\x17\x94\xed\x66\x17\xb9\x86\x17\x8f\xc9\xe1\xfb\xe0\x1b\x55\x58\xfe\xb8\x65\x2a\x7c\x64\x47\x21\x51\x8b\x2c\xc8\x3d\x61\x13\xad\xeb\x09\x8d\x9c\xf2\x64\x95\xf0\x28\x63\x68\x6d\x66\x09\x78\xb7\x69\x1e\xdf\x63\x0c\x2d\x29\x24\x10\x44\x31\x88\x92\xa9\xe0\x24\x64\xe5\xe3\x98\x45\xe1\x2f\x80\xb0\x9d\x12\x0d\x14\x72\xaa\x81\x86\x68\x46\xdf\xed\x0f\xdb\xfb\x07\x9c\xd8\x13\x5a\x4e\x97\x4b\xd4\x62\xe2\xdc\x9b\x0a\xb9\xe7\x84\x49\xf4\x19\x27\x51\xd8\xb6\xe5\x42\x6c\x3d\x38\x9c\x44\x87\x8b\x0c\xa5\xce\x6a\xcb\xa1\x83\x93\x78\x56\xee\xfa\x0c\x99\x02\x69\xea\x39\xd6\xa6\xc2\xa1\xd8\x68\x1e\x6f\x4a\xd2\x05\x76\xe6\xcc\x82\x2f\x32\x5e\x3d\xbc\xb2\x7b\x7d\x85\x3b\xfc\x4d\x9a\x0a\xc9\x2f\xf5\x4f\xa6\xc2\xbb\xd2\xb2\xb8\x1e\x2e\xde\xff\x86\xb3\x8c\x18\xec\x19\x41\x32\xc6\x44\xaf\x90\xe9\xab\xa3\x98\xc1\x01\x4e\x86\xe8\xd9\x06\x47\xdf\x6c\xfd\xcf\x50\x63\x16\x50\x30\xe4\x98\x2d\x07\xd8\xd9\x06\xe4\xf4\xba\x0d\x36\x9b\xca\x54\x98\x57\x9f\x73\x5c\xaf\x56\xd3\x34\xd5\x76\x96\x5b\x8b\x76\xab\x9b\xbb\xd5\xc7\xed\xfd\xc3\xae\x79\x58\xce\x92\x4d\x85\x4f\xc1\x53\x4a\x50\xfa\x67\x64\xa5\x16\xc7\x33\x6c\x8c\x9e\x9d\x3d\x7a\x82\xb7\x53\x09\x6e\x4e\x67\x0e\x9d\x03\x26\xe5\xcc\xa1\xbb\x43\xba\xa6\x6e\xaa\x37\xe9\x7c\x7b\xae\x9b\x3c\x4e\x6f\x1a\x24\xc0\x06\x2c\x36\x0d\xb6\xcd\x02\xbf\x6f\x9a\x6d\x73\x67\x2a\x7c\xde\x1e\xfe\xdc\x7f\x3a\xe0\xf3\xe6\xe9\x69\xb3\x3b\x6c\x1f\x1a\xec\x9f\x70\xbf\xdf\x7d\xd8\x1e\xb6\xfb\x5d\x83\xfd\x23\x36\xbb\x2f\xf8\x6b\xbb\xfb\x70\x07\xe2\xdc\x93\x82\xbe\x46\x2d\xfa\x45\xc1\xe5\x21\xa9\x2d\x99\xde\x06\xe8\x26\xa0\xcc\x47\xf9\x9f\x22\x39\x3e\xb1\x83\xb7\xa1\x1b\x6d\x47\xe8\xe4\x85\x34\x94\xf1\x88\xa4\x03\xa7\x12\x67\x82\x0d\xad\xa9\xe0\x79\xe0\x3c\x4f\x51\xfa\xde\x54\xa1\xf9\x91\xdf\x96\x79\xe6\xd0\xae\xf1\x24\x9e\x8c\x8d\x7c\x9d\xac\x35\xf4\x68\x5d\x6d\xc7\xdc\x8b\xf2\xbf\xb3\x98\xfa\xf9\xd7\x54\xb3\xac\x5e\x7e\x36\x03\x65\xdb\xda\x6c\xd7\x06\x08\x76\xa0\x35\xce\xf6\x39\x2d\x25\x92\xda\x2c\xba\x4c\xa4\x2f\xec\x68\x90\xc0\x59\x34\x19\xc0\xdb\x23\xf9\x54\xfa\x51\x72\x5e\x63\x51\x6e\x2c\x0c\x60\x43\x90\xab\xdb\xcb\xb1\xb3\x61\x19\x55\x06\xc9\xb4\xc6\x22\xeb\x48\x0b\xa3\xa3\xa7\xb4\x36\x4b\xd8\xc8\x7f\xa8\x8c\x71\xee\x5d\xe2\xca\xc0\xa1\xab\x9d\x28\x49\xaa\x9d\x0c\x06\x50\x4a\x32\xaa\xa3\x6b\xdb\xf7\x7a\x5e\x48\x8f\xd7\x43\xa7\x64\x33\xcd\x65\x4b\x9e\xde\x94\x4e\xbc\x27\x57\xc4\xcd\x9b\x1d\xe5\xf9\xd7\x73\xba\x14\xd1\x66\xd7\xcf\xd5\x18\xdb\x1b\xca\x34\x6f\xfe\x17\x00\x00\xff\xff\xc1\x00\xe9\xb7\x03\x05\x00\x00"), + }, + "/rbac/operator-role-strimzi.yaml": &vfsgen۰CompressedFileInfo{ + name: "operator-role-strimzi.yaml", + modTime: time.Time{}, + uncompressedSize: 1286, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\xd6\x68\x60\x03\x2b\xa7\x41\x8e\x63\x69\x2c\x0d\x4c\x71\x58\x92\x5a\xc5\xf9\xfa\x82\xb2\x9c\xdd\x6d\xaf\xe1\x89\xf4\x3c\xcf\x7b\x6f\xde\xa8\xc0\xf2\xc7\x1d\x53\xe0\xa3\xd4\xec\x22\x37\x48\x8a\xd4\x31\x36\x9e\xea\x8e\x51\xe9\x29\x8d\x14\x18\x8f\x3a\xb8\x86\x92\xa8\xc3\xbb\x4d\xf5\xf8\x1e\x83\x6b\x38\x40\x1d\x43\x03\x7a\x0d\x6c\x0a\xd4\xea\x52\x90\xe3\x90\x34\xc0\x5e\x1b\x82\xda\xc0\xdc\xb3\x4b\xb1\x04\x2a\xe6\xa9\xfb\x6e\x7f\xd8\xde\x3f\xe0\x24\x96\xd1\x48\xbc\xfe\x89\x1b\x8c\x92\x3a\x53\x20\x75\x12\x31\x6a\x38\xe3\xa4\x01\xd4\x34\x92\x89\xc9\x42\xdc\x49\x43\x7f\x95\x11\xb8\xa5\xd0\x88\x6b\x51\xab\xbf\x04\x69\xbb\x04\x1d\x1d\x87\xd8\x89\x2f\x4d\x81\x43\xb6\x51\x3d\xde\x94\xc4\x6b\xdb\x89\x33\x29\xbe\xe8\x30\x7b\x78\x65\x77\x9e\xc2\x1d\xfe\xe6\x10\x33\xc9\x2f\xe5\x4f\xa6\xc0\xbb\x0c\x59\xcc\xc5\xc5\xfb\xdf\x70\xd1\x01\x3d\x5d\xe0\x34\x61\x88\xfc\xaa\x33\x7f\xad\xd9\x27\x88\x43\xad\xbd\xb7\x42\xae\xe6\x17\x5b\xdf\x19\x4a\x4c\x02\x72\x0f\x3d\x26\x12\x07\x9a\x6c\x40\x4f\xaf\x61\xa0\x64\x0a\x53\x60\x3a\x5d\x4a\x7e\xbd\x5a\x8d\xe3\x58\xd2\x24\xb7\xd4\xd0\xae\x6e\xee\x56\x1f\xb7\xf7\x0f\xbb\xea\x61\x39\x49\x36\x05\x3e\x39\xcb\x31\x22\xf0\x3f\x83\x04\x6e\x70\xbc\x80\xbc\xb7\x52\xd3\xd1\x32\x2c\x8d\x39\xb8\x29\x9d\x29\x74\x71\x18\x83\x24\x71\xed\x1d\xe2\x9c\xba\x29\xde\xa4\xf3\x32\xae\x9b\x3c\x89\x6f\x00\xea\x40\x0e\x8b\x4d\x85\x6d\xb5\xc0\xef\x9b\x6a\x5b\xdd\x99\x02\x9f\xb7\x87\x3f\xf7\x9f\x0e\xf8\xbc\x79\x7a\xda\xec\x0e\xdb\x87\x0a\xfb\x27\xdc\xef\x77\x1f\xb6\x87\xed\x7e\x57\x61\xff\x88\xcd\xee\x0b\xfe\xda\xee\x3e\xdc\x81\x25\x75\x1c\xc0\x5f\x7d\xc8\xfa\x35\x40\xf2\x20\xb9\xc9\x99\xde\x16\xe8\x26\x20\xef\x47\x7e\x47\xcf\xb5\x9c\xa4\x86\x25\xd7\x0e\xd4\x32\x5a\x7d\xe6\xe0\xf2\x7a\x78\x0e\xbd\xc4\x1c\x67\x04\xb9\xc6\x14\xb0\xd2\x4b\x9a\xb6\x28\xfe\xdf\x54\xa6\xf9\x91\xdf\x96\x39\x8b\x6b\xd6\x78\x52\xcb\x86\xbc\xcc\x9b\xb5\x46\x38\x52\x5d\xd2\x90\x3a\x0d\xf2\x6d\x12\x53\x9e\x7f\x8d\xa5\xe8\xea\xf9\x67\xd3\x73\xa2\x86\x12\xad\x0d\xe0\xa8\xe7\x35\x2e\x74\x8e\x4b\xf5\x1c\x28\x69\x58\xe6\x99\xf7\xdf\xc4\x00\x96\x8e\x6c\x63\xc6\x21\xe7\xbb\xc6\x22\x23\x17\x06\x20\xe7\x74\x76\x79\x2d\xd7\xe4\x96\x3e\x68\xaf\x89\xd7\x58\xa4\x30\xf0\xc2\x84\xc1\x72\x5c\x9b\x25\xc8\xcb\x1f\x41\x07\x3f\x63\x97\x38\xd3\xe9\x4c\xe5\x4c\x54\x8a\x1a\x20\x70\xd4\x21\xd4\xfc\x16\x93\xd4\x4b\x1d\x0d\xf0\xcc\xe1\xf8\xbd\x54\x07\xa6\xc4\xf3\xa3\x61\xcb\xff\x79\xd4\x6a\x2d\xd7\x59\xdd\xfc\x73\xcb\x69\xbe\x59\x89\xb7\xab\xa7\x54\x77\xf3\x7d\xf0\xcd\x4b\xc7\x71\x2a\xfc\x1b\x00\x00\xff\xff\x1c\x9d\xe0\x76\x06\x05\x00\x00"), + }, + "/rbac/user-cluster-role.yaml": &vfsgen۰CompressedFileInfo{ + name: "user-cluster-role.yaml", + modTime: time.Time{}, + uncompressedSize: 1317, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xa4\x4b\x52\xac\xe5\xb6\xa7\x42\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x50\xf4\x30\x16\xc7\xd2\x60\x25\x52\x1d\x52\xab\xb8\x5f\x5f\x50\xb6\x37\xbb\x28\x7a\x08\x10\xde\x28\x0e\xdf\xbc\x37\xef\x51\x39\x56\xdf\x6e\x99\x1c\xef\xa5\x61\x17\xd8\x22\x7a\xc4\x8e\xb1\x19\xa9\xe9\x18\xb5\x3f\xc6\x99\x94\x71\xef\x27\x67\x29\x8a\x77\x78\xb3\xa9\xef\xdf\x62\x72\x96\x15\xde\x31\xbc\x62\xf0\xca\x26\x47\xe3\x5d\x54\x39\x4c\xd1\x2b\xfa\x33\x20\xa8\x55\xe6\x81\x5d\x0c\x05\x50\x33\x2f\xe8\xdb\xdd\xbe\xba\xbd\xc3\x51\x7a\x86\x95\x70\xbe\xc4\x16\xb3\xc4\xce\xe4\x88\x9d\x04\xcc\x5e\x1f\x71\xf4\x0a\xb2\x56\x52\x63\xea\x21\xee\xe8\x75\x38\xd3\x50\x6e\x49\xad\xb8\x16\x8d\x1f\x4f\x2a\x6d\x17\xe1\x67\xc7\x1a\x3a\x19\x0b\x93\x63\x9f\x64\xd4\xf7\x57\x26\xe1\x0c\xbb\xf4\x8c\x1e\x9f\xfc\x74\xd1\xf0\x42\xee\x65\x0a\x37\xf8\x83\x35\xa4\x26\x3f\x16\xdf\x9b\x1c\x6f\x52\x49\x76\x39\xcc\xde\xfe\x8c\x93\x9f\x30\xd0\x09\xce\x47\x4c\x81\x5f\x20\xf3\xe7\x86\xc7\x08\x71\x68\xfc\x30\xf6\x42\xae\xe1\x2f\xb2\x9e\x3b\x14\x58\x08\x24\x0c\x7f\x88\x24\x0e\xb4\xc8\x80\x3f\xbe\x2c\x03\x45\x93\x9b\x1c\xcb\xea\x62\x1c\xcb\xf5\x7a\x9e\xe7\x82\x16\xba\x85\xd7\x76\x7d\x55\xb7\x7e\x5f\xdd\xde\x6d\xeb\xbb\xd5\x42\xd9\xe4\xf8\xe0\x7a\x0e\x01\xca\x7f\x4f\xa2\x6c\x71\x38\x81\xc6\xb1\x97\x86\x0e\x3d\xa3\xa7\x39\x19\xb7\xb8\xb3\x98\x2e\x0e\xb3\x4a\x14\xd7\xde\x20\x5c\x5c\x37\xf9\x2b\x77\xbe\x8c\xeb\x4a\x4f\xc2\xab\x02\xef\x40\x0e\xd9\xa6\x46\x55\x67\xf8\x65\x53\x57\xf5\x8d\xc9\xf1\xb1\xda\xff\xb6\xfb\xb0\xc7\xc7\xcd\xc3\xc3\x66\xbb\xaf\xee\x6a\xec\x1e\x70\xbb\xdb\xbe\xab\xf6\xd5\x6e\x5b\x63\x77\x8f\xcd\xf6\x13\x7e\xaf\xb6\xef\x6e\xc0\x12\x3b\x56\xf0\xe7\x51\x13\x7f\xaf\x90\x34\x48\xb6\xc9\xd3\x6b\x80\xae\x04\x52\x3e\xd2\x3e\x8c\xdc\xc8\x51\x1a\xf4\xe4\xda\x89\x5a\x46\xeb\x9f\x58\x5d\x8a\xc7\xc8\x3a\x48\x48\x76\x06\x90\xb3\x26\x47\x2f\x83\xc4\x25\x45\xe1\xbf\xa2\x52\x9b\x6f\xf9\xb6\xcc\xa3\x38\x5b\xe2\xb6\x9f\x42\x64\x7d\xf0\x3d\x1b\x1a\xe5\x12\xb0\x12\x7a\xa0\xa6\xa0\x29\x76\x5e\xe5\x9f\x85\x53\xf1\xf8\x53\x28\xc4\xaf\x9f\x7e\x30\x03\x47\xb2\x14\xa9\x34\x80\xa3\x81\x4b\x9c\xe8\x31\x94\x6c\x25\x1a\xa0\xa7\x03\xf7\x21\x9d\x21\x59\x5b\x22\x4b\xa7\xd9\xb2\xcf\xb1\xb1\x36\xc9\x0a\xfc\x6a\x00\x97\xe7\x9d\x91\x1d\xc4\x65\x69\x1e\xc8\x12\x5c\x06\xcb\x47\x9a\xfa\x08\xf5\x3d\x87\x62\x01\xf9\x7f\x6e\xd4\xb6\xe9\xfd\x45\x5e\x45\xbf\x5a\xb0\x4a\x64\x51\x27\xce\xbe\xe6\x62\x6a\xfc\x7c\x4f\xa7\x9e\x43\x69\x56\xa0\x51\x7e\x55\x3f\x8d\xa1\xc4\x9f\x8b\xa2\xa2\x91\xa8\x53\x38\x2a\x0d\x9c\xfe\x0a\x29\xf7\xd9\x5f\x06\x50\x0e\x7e\xd2\x86\x97\xca\xef\x96\x4f\x4f\xac\x87\xe7\xed\xbf\x01\x00\x00\xff\xff\xc9\xa9\x19\xcd\x25\x05\x00\x00"), + }, + "/rbac/user-global-instance-viewer-role-binding.yaml": &vfsgen۰CompressedFileInfo{ + name: "user-global-instance-viewer-role-binding.yaml", + modTime: time.Time{}, + uncompressedSize: 1243, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x6e\xdb\x3c\x10\xbc\xf3\x29\x06\xd6\x25\x01\x6c\xf9\xfb\x7a\x2a\xd4\x93\x93\xd8\xad\xd0\xc0\x06\x2c\xa7\x41\x8e\x6b\x69\x2d\x6d\x2d\x91\x2a\x49\x45\x71\x9f\xbe\xa0\x6c\xe7\x07\x05\x02\x14\x08\x6f\x02\x97\xf3\xb3\x33\x8a\x30\xf9\xb8\xa3\x22\xdc\x4a\xce\xda\x71\x01\x6f\xe0\x2b\xc6\xac\xa5\xbc\x62\x64\x66\xe7\x7b\xb2\x8c\x85\xe9\x74\x41\x5e\x8c\xc6\xc5\x2c\x5b\x5c\xa2\xd3\x05\x5b\x18\xcd\x30\x16\x8d\xb1\xac\x22\xe4\x46\x7b\x2b\xdb\xce\x1b\x8b\xfa\x08\x08\x2a\x2d\x73\xc3\xda\xbb\x18\xc8\x98\x07\xf4\xe5\x6a\x93\x5e\xcf\xb1\x93\x9a\x51\x88\x3b\x3e\xe2\x02\xbd\xf8\x4a\x45\xf0\x95\x38\xf4\xc6\xee\xb1\x33\x16\x54\x14\x12\x88\xa9\x86\xe8\x9d\xb1\xcd\x51\x86\xe5\x92\x6c\x21\xba\x44\x6e\xda\x83\x95\xb2\xf2\x30\xbd\x66\xeb\x2a\x69\x63\x15\x61\x13\x6c\x64\x8b\xb3\x12\x77\x84\x1d\x38\xbd\xc1\x83\xe9\x4e\x1e\x5e\xd9\x3d\x6d\x61\x8c\x1f\x6c\x5d\x20\xf9\x14\xff\xa7\x22\x5c\x84\x91\xd1\xe9\x72\x74\xf9\x05\x07\xd3\xa1\xa1\x03\xb4\xf1\xe8\x1c\xbf\x42\xe6\xa7\x9c\x5b\x0f\xd1\xc8\x4d\xd3\xd6\x42\x3a\xe7\x17\x5b\xcf\x0c\x31\x06\x01\x01\xc3\x6c\x3d\x89\x06\x0d\x36\x60\x76\xaf\xc7\x40\x5e\x45\x2a\xc2\x70\x2a\xef\xdb\x64\x3a\xed\xfb\x3e\xa6\x41\x6e\x6c\x6c\x39\x3d\xbb\x9b\xde\xa6\xd7\xf3\x65\x36\x9f\x0c\x92\x55\x84\x3b\x5d\xb3\x73\xb0\xfc\xab\x13\xcb\x05\xb6\x07\x50\xdb\xd6\x92\xd3\xb6\x66\xd4\xd4\x87\xe0\x86\x74\x86\xd0\x45\xa3\xb7\xe2\x45\x97\x63\xb8\x53\xea\x2a\x7a\x93\xce\xcb\xba\xce\xf2\xc4\xbd\x19\x30\x1a\xa4\x31\x9a\x65\x48\xb3\x11\xae\x66\x59\x9a\x8d\x55\x84\xfb\x74\xf3\x6d\x75\xb7\xc1\xfd\x6c\xbd\x9e\x2d\x37\xe9\x3c\xc3\x6a\x8d\xeb\xd5\xf2\x26\xdd\xa4\xab\x65\x86\xd5\x02\xb3\xe5\x03\xbe\xa7\xcb\x9b\x31\x58\x7c\xc5\x16\xfc\xd4\xda\xa0\xdf\x58\x48\x58\x24\x17\x21\xd3\x73\x81\xce\x02\x42\x3f\xc2\xb7\x6b\x39\x97\x9d\xe4\xa8\x49\x97\x1d\x95\x8c\xd2\x3c\xb2\xd5\xa1\x1e\x2d\xdb\x46\x5c\x88\xd3\x81\x74\xa1\x22\xd4\xd2\x88\x1f\x5a\xe4\xfe\x36\x15\x68\x3e\xf2\xdf\x52\x7b\xd1\x45\x82\xb5\xa9\xf9\x4a\x74\x28\xac\xa2\x56\x4e\x05\x4b\x60\xb7\x94\xc7\xd4\xf9\xca\x58\xf9\x3d\x68\x8a\xf7\x9f\x5d\x2c\x66\xfa\xf8\xbf\x6a\xd8\x53\x41\x9e\x12\x05\x68\x6a\x38\xc1\x81\xf6\x6e\x22\xda\xf9\x50\xac\xc9\xa3\x70\xcf\x56\x01\x35\x6d\xb9\x76\x61\x0c\x21\xe5\x04\xa3\x30\x38\x52\xd6\xd4\xbc\xe6\x5d\xb8\xa0\x56\xbe\x5a\xd3\xb5\xef\x50\x2a\xe0\x45\xec\xfb\x94\xae\xdb\xfe\xe4\xdc\xbb\x44\x4d\xfe\x09\x79\x18\x7c\x86\x76\x07\xe7\xb9\x49\xc2\x0b\xd6\x5e\x72\xf2\x5c\xa8\x3f\x01\x00\x00\xff\xff\x85\xf2\x5c\x08\xdb\x04\x00\x00"), + }, + "/rbac/user-global-instance-viewer-role.yaml": &vfsgen۰CompressedFileInfo{ + name: "user-global-instance-viewer-role.yaml", + modTime: time.Time{}, + uncompressedSize: 1168, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcf\x6f\xf2\x46\x14\xbc\xef\x5f\x31\xc2\x97\xef\x93\xc0\xb4\x3d\x55\xf4\x44\x13\x68\xad\x46\x20\x61\xd2\x28\xc7\x87\xfd\xb0\x9f\xb0\x77\xdd\xb7\x6b\x1c\xfa\xd7\x57\x6b\xa0\x49\xf4\x5d\xb3\x17\xff\x1a\xbf\x99\xd9\x99\x4d\x30\xfb\xba\x65\x12\x3c\x49\xc1\xd6\x73\x89\xe0\x10\x6a\xc6\xb2\xa3\xa2\x66\xe4\xee\x18\x06\x52\xc6\xda\xf5\xb6\xa4\x20\xce\xe2\xdb\x32\x5f\x7f\x47\x6f\x4b\x56\x38\xcb\x70\x8a\xd6\x29\x9b\x04\x85\xb3\x41\xe5\xd0\x07\xa7\x68\xae\x03\x41\x95\x32\xb7\x6c\x83\x4f\x81\x9c\x79\x9c\xbe\xd9\xee\xb3\x87\x15\x8e\xd2\x30\x4a\xf1\xd7\x9f\xb8\xc4\x20\xa1\x36\x09\x42\x2d\x1e\x83\xd3\x13\x8e\x4e\x41\x65\x29\x91\x98\x1a\x88\x3d\x3a\x6d\xaf\x32\x94\x2b\xd2\x52\x6c\x85\xc2\x75\x17\x95\xaa\x0e\x70\x83\x65\xf5\xb5\x74\xa9\x49\xb0\x8f\x36\xf2\xf5\x5d\x89\xbf\x8e\x1d\x39\x83\xc3\xab\xeb\x6f\x1e\x3e\xd8\xbd\xed\xc2\x14\x7f\xb3\xfa\x48\xf2\x4b\xfa\x93\x49\xf0\x2d\x42\x26\xb7\x8f\x93\xef\xbf\xe1\xe2\x7a\xb4\x74\x81\x75\x01\xbd\xe7\x0f\x93\xf9\xad\xe0\x2e\x40\x2c\x0a\xd7\x76\x8d\x90\x2d\xf8\xdd\xd6\xff\x0c\x29\x46\x01\x71\x86\x3b\x04\x12\x0b\x1a\x6d\xc0\x1d\x3f\xc2\x40\xc1\x24\x26\xc1\xb8\xea\x10\xba\xc5\x7c\x3e\x0c\x43\x4a\xa3\xdc\xd4\x69\x35\xbf\xbb\x9b\x3f\x65\x0f\xab\x4d\xbe\x9a\x8d\x92\x4d\x82\x67\xdb\xb0\xf7\x50\xfe\xa7\x17\xe5\x12\x87\x0b\xa8\xeb\x1a\x29\xe8\xd0\x30\x1a\x1a\x62\x70\x63\x3a\x63\xe8\x62\x31\xa8\x04\xb1\xd5\x14\xfe\x96\xba\x49\x3e\xa5\xf3\xbe\x5d\x77\x79\xe2\x3f\x01\x9c\x05\x59\x4c\x96\x39\xb2\x7c\x82\xdf\x97\x79\x96\x4f\x4d\x82\x97\x6c\xff\xe7\xf6\x79\x8f\x97\xe5\x6e\xb7\xdc\xec\xb3\x55\x8e\xed\x0e\x0f\xdb\xcd\x63\xb6\xcf\xb6\x9b\x1c\xdb\x35\x96\x9b\x57\xfc\x95\x6d\x1e\xa7\x60\x09\x35\x2b\xf8\xad\xd3\xa8\xdf\x29\x24\x6e\x24\x97\x31\xd3\x7b\x81\xee\x02\x62\x3f\xe2\xb3\xef\xb8\x90\xa3\x14\x68\xc8\x56\x3d\x55\x8c\xca\x9d\x59\x6d\xac\x47\xc7\xda\x8a\x8f\x71\x7a\x90\x2d\x4d\x82\x46\x5a\x09\x63\x8b\xfc\x8f\xa6\x22\xcd\x57\x9e\x2d\x73\x12\x5b\x2e\xb0\x73\x0d\x1b\xea\xe4\xd6\xac\x05\xf4\x40\x45\x4a\x7d\xa8\x9d\xca\xbf\xa3\x98\xf4\xf4\xab\x4f\xc5\xcd\xcf\x3f\x9b\x96\x03\x95\x14\x68\x61\x00\x4b\x2d\x2f\x70\xa1\x93\x9f\x89\xf5\x21\x36\x6a\x76\x16\x1e\x58\x0d\xd0\xd0\x81\x1b\x1f\x61\x88\xf1\x2e\x30\x89\xc0\x89\xd1\xbe\x61\xbf\x30\x33\x50\x27\x7f\xa8\xeb\xbb\x11\x33\x1b\xc7\xa4\x85\x04\xed\xfd\x51\xa9\xe5\x78\xca\x62\x8f\x0c\xa0\xec\x5d\xaf\x05\xdf\x90\x77\x2e\x6f\x80\x33\xeb\xe1\xf6\xba\xe2\x30\x5e\x1b\xf1\xd7\x9b\x81\x42\x51\x9b\xff\x02\x00\x00\xff\xff\x4d\xcd\x08\x56\x90\x04\x00\x00"), + }, + "/samples": &vfsgen۰DirInfo{ + name: "samples", + modTime: time.Time{}, + }, + "/samples/bases": &vfsgen۰DirInfo{ + name: "bases", + modTime: time.Time{}, + }, + "/samples/bases/yaks_v1alpha1_test.yaml": &vfsgen۰CompressedFileInfo{ + name: "yaks_v1alpha1_test.yaml", + modTime: time.Time{}, + uncompressedSize: 1244, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x72\xdb\x36\x10\xbd\xe3\x2b\x5e\xcd\x4b\x32\x63\xc9\x4d\x8f\xec\x49\xb1\xad\x96\x93\x8c\x34\x63\x2a\xcd\xf8\xb8\x26\x56\xe4\x8e\x41\x2c\x0b\x80\xa2\x35\xd3\x8f\xef\x80\x92\x12\xa5\xbd\x06\x27\x89\x6f\xb1\xfb\xde\xbe\x87\x02\x8b\x9f\x77\x4c\x81\xcf\xd2\xb0\x8f\x6c\x91\x14\xa9\x63\xac\x06\x6a\x3a\x46\xad\xfb\x34\x51\x60\xac\x75\xf4\x96\x92\xa8\xc7\xbb\x55\xbd\x7e\x8f\xd1\x5b\x0e\x50\xcf\xd0\x80\x5e\x03\x9b\x02\x8d\xfa\x14\xe4\x65\x4c\x1a\xe0\x4e\x0d\x41\x6d\x60\xee\xd9\xa7\xb8\x04\x6a\xe6\xb9\xfb\x66\xbb\xab\xee\x1f\xb1\x17\xc7\xb0\x12\x4f\x97\xd8\x62\x92\xd4\x99\x02\xa9\x93\x88\x49\xc3\x2b\xf6\x1a\x40\xd6\x4a\x1e\x4c\x0e\xe2\xf7\x1a\xfa\x13\x8d\xc0\x2d\x05\x2b\xbe\x45\xa3\xc3\x31\x48\xdb\x25\xe8\xe4\x39\xc4\x4e\x86\xa5\x29\xb0\xcb\x32\xea\xf5\x85\x49\x3c\xb5\x9d\x67\x26\xc5\xb3\x8e\x67\x0d\x57\x72\xcf\x5b\xb8\xc5\x5f\x1c\x62\x1e\xf2\xdb\xf2\x57\x53\xe0\x5d\x2e\xb9\x39\x83\x37\xef\x7f\xc7\x51\x47\xf4\x74\x84\xd7\x84\x31\xf2\x55\x67\x7e\x6b\x78\x48\x10\x8f\x46\xfb\xc1\x09\xf9\x86\xbf\xcb\xfa\x36\x61\x89\x99\x40\xee\xa1\x2f\x89\xc4\x83\x66\x19\xd0\xfd\x75\x19\x28\x99\xc2\x14\x98\x4f\x97\xd2\x50\xde\xdd\x4d\xd3\xb4\xa4\x99\xee\x52\x43\x7b\x77\x51\x77\xf7\xb9\xba\x7f\xdc\xd4\x8f\x8b\x99\xb2\x29\xf0\xc5\x3b\x8e\x11\x81\xff\x1e\x25\xb0\xc5\xcb\x11\x34\x0c\x4e\x1a\x7a\x71\x0c\x47\x53\x36\x6e\x76\x67\x36\x5d\x3c\xa6\x20\x49\x7c\x7b\x8b\x78\x76\xdd\x14\x3f\xb8\xf3\x7d\x5d\x17\x7a\x12\x7f\x28\x50\x0f\xf2\xb8\x59\xd5\xa8\xea\x1b\x7c\x5c\xd5\x55\x7d\x6b\x0a\x7c\xad\x76\x7f\x6e\xbf\xec\xf0\x75\xf5\xf4\xb4\xda\xec\xaa\xc7\x1a\xdb\x27\xdc\x6f\x37\x0f\xd5\xae\xda\x6e\x6a\x6c\xd7\x58\x6d\x9e\xf1\xa9\xda\x3c\xdc\x82\x25\x75\x1c\xc0\x6f\x43\xc8\xfc\x35\x40\xf2\x22\xd9\x66\x4f\x2f\x01\xba\x10\xc8\xf9\xc8\xff\xe3\xc0\x8d\xec\xa5\x81\x23\xdf\x8e\xd4\x32\x5a\x3d\x70\xf0\x39\x1e\x03\x87\x5e\x62\xb6\x33\x82\xbc\x35\x05\x9c\xf4\x92\xe6\x14\xc5\xff\x8b\xca\x63\x7e\xe6\xdb\x32\x34\xc8\x39\x4e\x25\x8e\xf4\x1a\x97\x8d\xa4\x30\xc6\x7d\xa0\x9e\x73\xc8\x67\x1b\x0f\x1f\xc8\x0d\x1d\x7d\x30\xaf\xe2\x6d\x89\x1d\xc7\x64\x7a\x4e\x64\x29\x51\x69\x00\x4f\x3d\x97\xe0\x37\xea\x07\xc7\x8b\x94\xe1\xac\x39\x43\x51\xc7\xd0\x70\xfe\xf5\x9f\xb2\xe5\x9e\x29\x8d\x81\x67\xe4\xb2\x98\x12\xd7\x5f\xf3\x8b\x65\x9f\x4a\xfc\xb3\x30\xa7\x94\xad\x4f\x68\x89\x8e\x9d\xd3\xfc\x0a\x9d\x35\x67\x0c\xa8\x1b\xf6\x14\x44\x4b\x0c\x41\x7c\x42\x74\xda\x92\xff\x06\x03\x7f\xc8\x81\x3d\x9e\x57\x9f\x6a\x58\xe5\x88\x7b\xa7\xa3\x5d\x6c\x28\xc9\x81\xf1\xf1\xe1\x01\x99\xba\xf8\xf6\xea\xca\xae\xbb\xdc\x08\xda\xbc\xc6\x5f\xcc\xbf\x01\x00\x00\xff\xff\xd0\xfe\x5f\xfa\xdc\x04\x00\x00"), + }, + "/scorecard": &vfsgen۰DirInfo{ + name: "scorecard", + modTime: time.Time{}, + }, + } + fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/crd"].(os.FileInfo), + fs["/default"].(os.FileInfo), + fs["/infrastructure"].(os.FileInfo), + fs["/manager"].(os.FileInfo), + fs["/rbac"].(os.FileInfo), + fs["/samples"].(os.FileInfo), + fs["/scorecard"].(os.FileInfo), + } + fs["/crd"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/crd/bases"].(os.FileInfo), + } + fs["/crd/bases"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/crd/bases/yaks.citrusframework.org_instances.yaml"].(os.FileInfo), + fs["/crd/bases/yaks.citrusframework.org_tests.yaml"].(os.FileInfo), + } + fs["/infrastructure"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/infrastructure/deploy"].(os.FileInfo), + fs["/infrastructure/rbac"].(os.FileInfo), + } + fs["/infrastructure/deploy"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/infrastructure/deploy/viewer-service-account.yaml"].(os.FileInfo), + } + fs["/infrastructure/rbac"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/infrastructure/rbac/viewer-role-binding-camel-k.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-binding-knative.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-binding-kubernetes.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-binding-openshift.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-binding-strimzi.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-camel-k.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-knative.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-kubernetes.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-openshift.yaml"].(os.FileInfo), + fs["/infrastructure/rbac/viewer-role-strimzi.yaml"].(os.FileInfo), + } + fs["/manager"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/manager/operator-deployment.yaml"].(os.FileInfo), + fs["/manager/operator-service-account.yaml"].(os.FileInfo), + } + fs["/rbac"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/rbac/operator-role-binding-camel-k.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-knative.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-kubernetes.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-olm-cluster.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-olm.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-openshift.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-servicemonitors.yaml"].(os.FileInfo), + fs["/rbac/operator-role-binding-strimzi.yaml"].(os.FileInfo), + fs["/rbac/operator-role-camel-k.yaml"].(os.FileInfo), + fs["/rbac/operator-role-knative.yaml"].(os.FileInfo), + fs["/rbac/operator-role-kubernetes.yaml"].(os.FileInfo), + fs["/rbac/operator-role-olm-cluster.yaml"].(os.FileInfo), + fs["/rbac/operator-role-olm.yaml"].(os.FileInfo), + fs["/rbac/operator-role-openshift.yaml"].(os.FileInfo), + fs["/rbac/operator-role-servicemonitors.yaml"].(os.FileInfo), + fs["/rbac/operator-role-strimzi.yaml"].(os.FileInfo), + fs["/rbac/user-cluster-role.yaml"].(os.FileInfo), + fs["/rbac/user-global-instance-viewer-role-binding.yaml"].(os.FileInfo), + fs["/rbac/user-global-instance-viewer-role.yaml"].(os.FileInfo), + } + fs["/samples"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/samples/bases"].(os.FileInfo), + } + fs["/samples/bases"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/samples/bases/yaks_v1alpha1_test.yaml"].(os.FileInfo), + } + + return fs +}() + +type vfsgen۰FS map[string]interface{} + +func (fs vfsgen۰FS) Open(path string) (http.File, error) { + path = pathpkg.Clean("/" + path) + f, ok := fs[path] + if !ok { + return nil, &os.PathError{Op: "open", Path: path, Err: os.ErrNotExist} + } + + switch f := f.(type) { + case *vfsgen۰CompressedFileInfo: + gr, err := gzip.NewReader(bytes.NewReader(f.compressedContent)) + if err != nil { + // This should never happen because we generate the gzip bytes such that they are always valid. + panic("unexpected error reading own gzip compressed bytes: " + err.Error()) + } + return &vfsgen۰CompressedFile{ + vfsgen۰CompressedFileInfo: f, + gr: gr, + }, nil + case *vfsgen۰DirInfo: + return &vfsgen۰Dir{ + vfsgen۰DirInfo: f, + }, nil + default: + // This should never happen because we generate only the above types. + panic(fmt.Sprintf("unexpected type %T", f)) + } +} + +// vfsgen۰CompressedFileInfo is a static definition of a gzip compressed file. +type vfsgen۰CompressedFileInfo struct { + name string + modTime time.Time + compressedContent []byte + uncompressedSize int64 +} + +func (f *vfsgen۰CompressedFileInfo) Readdir(count int) ([]os.FileInfo, error) { + return nil, fmt.Errorf("cannot Readdir from file %s", f.name) +} +func (f *vfsgen۰CompressedFileInfo) Stat() (os.FileInfo, error) { return f, nil } + +func (f *vfsgen۰CompressedFileInfo) GzipBytes() []byte { + return f.compressedContent +} + +func (f *vfsgen۰CompressedFileInfo) Name() string { return f.name } +func (f *vfsgen۰CompressedFileInfo) Size() int64 { return f.uncompressedSize } +func (f *vfsgen۰CompressedFileInfo) Mode() os.FileMode { return 0444 } +func (f *vfsgen۰CompressedFileInfo) ModTime() time.Time { return f.modTime } +func (f *vfsgen۰CompressedFileInfo) IsDir() bool { return false } +func (f *vfsgen۰CompressedFileInfo) Sys() interface{} { return nil } + +// vfsgen۰CompressedFile is an opened compressedFile instance. +type vfsgen۰CompressedFile struct { + *vfsgen۰CompressedFileInfo + gr *gzip.Reader + grPos int64 // Actual gr uncompressed position. + seekPos int64 // Seek uncompressed position. +} + +func (f *vfsgen۰CompressedFile) Read(p []byte) (n int, err error) { + if f.grPos > f.seekPos { + // Rewind to beginning. + err = f.gr.Reset(bytes.NewReader(f.compressedContent)) + if err != nil { + return 0, err + } + f.grPos = 0 + } + if f.grPos < f.seekPos { + // Fast-forward. + _, err = io.CopyN(ioutil.Discard, f.gr, f.seekPos-f.grPos) + if err != nil { + return 0, err + } + f.grPos = f.seekPos + } + n, err = f.gr.Read(p) + f.grPos += int64(n) + f.seekPos = f.grPos + return n, err +} +func (f *vfsgen۰CompressedFile) Seek(offset int64, whence int) (int64, error) { + switch whence { + case io.SeekStart: + f.seekPos = 0 + offset + case io.SeekCurrent: + f.seekPos += offset + case io.SeekEnd: + f.seekPos = f.uncompressedSize + offset + default: + panic(fmt.Errorf("invalid whence value: %v", whence)) + } + return f.seekPos, nil +} +func (f *vfsgen۰CompressedFile) Close() error { + return f.gr.Close() +} + +// vfsgen۰DirInfo is a static definition of a directory. +type vfsgen۰DirInfo struct { + name string + modTime time.Time + entries []os.FileInfo +} + +func (d *vfsgen۰DirInfo) Read([]byte) (int, error) { + return 0, fmt.Errorf("cannot Read from directory %s", d.name) +} +func (d *vfsgen۰DirInfo) Close() error { return nil } +func (d *vfsgen۰DirInfo) Stat() (os.FileInfo, error) { return d, nil } + +func (d *vfsgen۰DirInfo) Name() string { return d.name } +func (d *vfsgen۰DirInfo) Size() int64 { return 0 } +func (d *vfsgen۰DirInfo) Mode() os.FileMode { return 0755 | os.ModeDir } +func (d *vfsgen۰DirInfo) ModTime() time.Time { return d.modTime } +func (d *vfsgen۰DirInfo) IsDir() bool { return true } +func (d *vfsgen۰DirInfo) Sys() interface{} { return nil } + +// vfsgen۰Dir is an opened dir instance. +type vfsgen۰Dir struct { + *vfsgen۰DirInfo + pos int // Position within entries for Seek and Readdir. +} + +func (d *vfsgen۰Dir) Seek(offset int64, whence int) (int64, error) { + if offset == 0 && whence == io.SeekStart { + d.pos = 0 + return 0, nil + } + return 0, fmt.Errorf("unsupported Seek in directory %s", d.name) +} + +func (d *vfsgen۰Dir) Readdir(count int) ([]os.FileInfo, error) { + if d.pos >= len(d.entries) && count > 0 { + return nil, io.EOF + } + if count <= 0 || count > len(d.entries)-d.pos { + count = len(d.entries) - d.pos + } + e := d.entries[d.pos : d.pos+count] + d.pos += count + return e, nil +}