diff --git a/manifests/00-cluster-role.yaml b/manifests/00-cluster-role.yaml index e664e1e7a3..996c0c22e3 100644 --- a/manifests/00-cluster-role.yaml +++ b/manifests/00-cluster-role.yaml @@ -8,7 +8,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - "" diff --git a/manifests/00-ingress-credentials-request.yaml b/manifests/00-ingress-credentials-request.yaml index 822953da8f..aeec38bbee 100644 --- a/manifests/00-ingress-credentials-request.yaml +++ b/manifests/00-ingress-credentials-request.yaml @@ -6,9 +6,7 @@ metadata: name: openshift-ingress namespace: openshift-cloud-credential-operator annotations: - include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" spec: serviceAccountNames: - ingress-operator @@ -35,9 +33,7 @@ metadata: name: openshift-ingress-azure namespace: openshift-cloud-credential-operator annotations: - include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" spec: secretRef: name: cloud-credentials @@ -56,9 +52,7 @@ metadata: name: openshift-ingress-gcp namespace: openshift-cloud-credential-operator annotations: - include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" spec: serviceAccountNames: - ingress-operator @@ -76,6 +70,8 @@ kind: CredentialsRequest metadata: name: openshift-ingress-ibmcloud namespace: openshift-cloud-credential-operator + annotations: + include.release.openshift.io/self-managed-high-availability: "true" spec: providerSpec: apiVersion: cloudcredential.openshift.io/v1 @@ -97,6 +93,8 @@ kind: CredentialsRequest metadata: name: openshift-ingress-powervs namespace: openshift-cloud-credential-operator + annotations: + include.release.openshift.io/self-managed-high-availability: "true" spec: providerSpec: apiVersion: cloudcredential.openshift.io/v1 @@ -117,7 +115,9 @@ apiVersion: cloudcredential.openshift.io/v1 kind: CredentialsRequest metadata: name: openshift-ingress-alibabacloud - namespace: openshift-ingress-operator + namespace: openshift-cloud-credential-operator + annotations: + include.release.openshift.io/self-managed-high-availability: "true" spec: providerSpec: apiVersion: cloudcredential.openshift.io/v1 @@ -140,4 +140,4 @@ spec: effect: Allow secretRef: name: cloud-credentials - namespace: openshift-ingress-operator \ No newline at end of file + namespace: openshift-ingress-operator diff --git a/manifests/00-namespace.yaml b/manifests/00-namespace.yaml index 4eb3398eb8..e87700a363 100644 --- a/manifests/00-namespace.yaml +++ b/manifests/00-namespace.yaml @@ -4,7 +4,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" openshift.io/node-selector: "" workload.openshift.io/allowed: "management" labels: diff --git a/manifests/0000_90_ingress-operator_00_prometheusrole.yaml b/manifests/0000_90_ingress-operator_00_prometheusrole.yaml index bb485b6294..cd20062a43 100644 --- a/manifests/0000_90_ingress-operator_00_prometheusrole.yaml +++ b/manifests/0000_90_ingress-operator_00_prometheusrole.yaml @@ -6,7 +6,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - "" diff --git a/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml b/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml index 35dd8b72c4..74d8edcfdb 100644 --- a/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml +++ b/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml @@ -6,7 +6,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/manifests/0000_90_ingress-operator_02_servicemonitor.yaml b/manifests/0000_90_ingress-operator_02_servicemonitor.yaml index e13d08a832..3a5365166c 100644 --- a/manifests/0000_90_ingress-operator_02_servicemonitor.yaml +++ b/manifests/0000_90_ingress-operator_02_servicemonitor.yaml @@ -6,7 +6,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" spec: endpoints: - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token diff --git a/manifests/0000_90_ingress-operator_03_prometheusrules.yaml b/manifests/0000_90_ingress-operator_03_prometheusrules.yaml index 426200e14e..7d4c48a488 100644 --- a/manifests/0000_90_ingress-operator_03_prometheusrules.yaml +++ b/manifests/0000_90_ingress-operator_03_prometheusrules.yaml @@ -8,7 +8,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" spec: groups: - name: openshift-ingress.rules diff --git a/manifests/01-cluster-role-binding.yaml b/manifests/01-cluster-role-binding.yaml index 4ffc8436ea..ab75201dd6 100644 --- a/manifests/01-cluster-role-binding.yaml +++ b/manifests/01-cluster-role-binding.yaml @@ -6,7 +6,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" subjects: - kind: ServiceAccount name: ingress-operator diff --git a/manifests/01-role-binding.yaml b/manifests/01-role-binding.yaml index f7dd3fd384..c6de623caf 100644 --- a/manifests/01-role-binding.yaml +++ b/manifests/01-role-binding.yaml @@ -7,7 +7,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" subjects: - kind: ServiceAccount name: ingress-operator @@ -27,7 +26,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" subjects: - kind: ServiceAccount name: ingress-operator diff --git a/manifests/01-role.yaml b/manifests/01-role.yaml index fa68d77a94..6cab40f206 100644 --- a/manifests/01-role.yaml +++ b/manifests/01-role.yaml @@ -7,7 +7,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - operator.openshift.io @@ -47,7 +46,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - rbac.authorization.k8s.io diff --git a/manifests/01-service-account.yaml b/manifests/01-service-account.yaml index aad4379996..7961d2cc43 100644 --- a/manifests/01-service-account.yaml +++ b/manifests/01-service-account.yaml @@ -8,4 +8,3 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" diff --git a/manifests/01-service.yaml b/manifests/01-service.yaml index 4c1727600d..3dc4315df0 100644 --- a/manifests/01-service.yaml +++ b/manifests/01-service.yaml @@ -4,7 +4,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" service.beta.openshift.io/serving-cert-secret-name: metrics-tls labels: name: ingress-operator diff --git a/manifests/01-trusted-ca-configmap.yaml b/manifests/01-trusted-ca-configmap.yaml index f2b0131681..f956cefa79 100644 --- a/manifests/01-trusted-ca-configmap.yaml +++ b/manifests/01-trusted-ca-configmap.yaml @@ -6,7 +6,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" release.openshift.io/create-only: "true" labels: config.openshift.io/inject-trusted-cabundle: "true" diff --git a/manifests/02-deployment.yaml b/manifests/02-deployment.yaml index ae2844b143..c0268045d3 100644 --- a/manifests/02-deployment.yaml +++ b/manifests/02-deployment.yaml @@ -6,7 +6,6 @@ metadata: annotations: config.openshift.io/inject-proxy: ingress-operator include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" spec: replicas: 1 strategy: diff --git a/manifests/03-cluster-operator.yaml b/manifests/03-cluster-operator.yaml index da44b2f46c..7dbdcf76ea 100644 --- a/manifests/03-cluster-operator.yaml +++ b/manifests/03-cluster-operator.yaml @@ -8,7 +8,6 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" status: versions: - name: operator diff --git a/pkg/manifests/bindata.go b/pkg/manifests/bindata.go index 40eee2df65..499d0564ea 100644 --- a/pkg/manifests/bindata.go +++ b/pkg/manifests/bindata.go @@ -15,24 +15,24 @@ // assets/router/service-account.yaml (213B) // assets/router/service-cloud.yaml (631B) // assets/router/service-internal.yaml (429B) -// manifests/00-cluster-role.yaml (2.935kB) +// manifests/00-cluster-role.yaml (2.872kB) // manifests/00-custom-resource-definition-internal.yaml (6.75kB) // manifests/00-custom-resource-definition.yaml (91.138kB) -// manifests/00-ingress-credentials-request.yaml (4.279kB) -// manifests/00-namespace.yaml (508B) -// manifests/0000_90_ingress-operator_00_prometheusrole.yaml (446B) -// manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml (514B) -// manifests/0000_90_ingress-operator_02_servicemonitor.yaml (720B) -// manifests/0000_90_ingress-operator_03_prometheusrules.yaml (2.292kB) -// manifests/01-cluster-role-binding.yaml (578B) -// manifests/01-role-binding.yaml (1.196kB) -// manifests/01-role.yaml (1.219kB) -// manifests/01-service-account.yaml (405B) -// manifests/01-service.yaml (538B) -// manifests/01-trusted-ca-configmap.yaml (517B) +// manifests/00-ingress-credentials-request.yaml (4.184kB) +// manifests/00-namespace.yaml (445B) +// manifests/0000_90_ingress-operator_00_prometheusrole.yaml (383B) +// manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml (451B) +// manifests/0000_90_ingress-operator_02_servicemonitor.yaml (657B) +// manifests/0000_90_ingress-operator_03_prometheusrules.yaml (2.229kB) +// manifests/01-cluster-role-binding.yaml (515B) +// manifests/01-role-binding.yaml (1.07kB) +// manifests/01-role.yaml (1.093kB) +// manifests/01-service-account.yaml (342B) +// manifests/01-service.yaml (475B) +// manifests/01-trusted-ca-configmap.yaml (454B) // manifests/02-deployment-ibm-cloud-managed.yaml (3.497kB) -// manifests/02-deployment.yaml (3.933kB) -// manifests/03-cluster-operator.yaml (566B) +// manifests/02-deployment.yaml (3.87kB) +// manifests/03-cluster-operator.yaml (503B) // manifests/image-references (435B) package manifests @@ -402,7 +402,7 @@ func assetsRouterServiceInternalYaml() (*asset, error) { return a, nil } -var _manifests00ClusterRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4d\x8f\xe3\x36\x0c\xbd\xfb\x57\x08\x33\x87\x05\x16\xb0\x83\xde\x8a\xdc\x8a\x16\xe8\xa9\x5d\xa0\x28\x7a\x67\x24\x26\x66\x47\x16\x0d\x92\xca\xac\xfb\xeb\x0b\xf9\x63\xb2\x93\xef\xd9\xcd\xc9\x96\x44\x3e\x3e\x91\x8f\x02\x9f\xdd\xaf\x31\xab\xa1\x38\xe1\x88\x6e\xcb\xe2\xac\x45\xc7\x3d\x0a\x18\x8b\x23\x53\x8c\xdb\xa6\x7a\x76\x7f\x7f\xf9\xed\xcb\xda\xfd\xe2\x22\x9b\xe3\x6d\xb1\x52\x74\xda\x72\x8e\xc1\x6d\xd0\x09\xf6\x11\x3c\x06\xb7\x19\x46\x28\x75\x94\x46\xa8\x04\x1d\x6a\x0f\x1e\x75\x44\x7f\x6d\xc9\xb7\xd5\xf3\xfb\x28\xe0\x2d\x43\x8c\x83\x4b\x88\x41\x1d\x78\x8f\xaa\x4d\xf5\x42\x29\xac\x17\x82\x7f\x71\xc4\x0a\x7a\xfa\x07\x45\x89\xd3\xda\xc9\x06\x7c\x03\xd9\x5a\x16\xfa\x0f\x8c\x38\x35\x2f\x3f\x6b\x43\xbc\xda\xff\x54\x75\x68\x10\xc0\x60\x5d\xb9\x91\xc1\xba\x04\x4b\xda\xd2\xd6\x6a\x4a\x3b\x41\xd5\x7a\x09\x5f\x39\x07\x29\xb1\x8d\x18\x5a\x3c\x9c\xa3\xe4\x63\x0e\xd8\x08\x46\x04\xc5\xe6\xcd\xbb\xe0\xd3\xa6\xab\x7d\xe4\x1c\xea\x0e\x12\xec\x30\xac\xdd\x93\x49\xc6\xa7\xdb\xae\x25\x9b\x8b\x57\xdd\xd2\xae\xad\x61\x0f\x14\x61\x43\x91\x6c\xf8\x00\x0e\xa5\x5d\xc4\x3a\x71\xc0\x3a\xe0\x1e\x63\xb9\xcc\x9b\xbb\xe4\x88\xba\xae\x6a\x07\x3d\xfd\x2e\x9c\xfb\xf1\x56\xb5\x7b\x2a\xc8\x82\xca\x59\x3c\xce\x7b\x9e\xd3\x96\x76\x1d\xf4\x3a\x2e\x0f\xe5\x1a\x97\x8a\xb2\x27\x8f\xe0\x3d\xe7\x64\xd3\x1e\xa6\xd0\x33\x2d\xab\xd9\x62\x59\x78\xc1\xf9\xa0\xe7\x30\xdb\xef\x71\x32\xde\xa3\x6c\x16\x26\x9f\x9f\xaa\x53\x7e\xd0\x8f\x2c\x8e\x18\x06\xec\x23\x0f\x1d\x2e\x11\x03\x60\xc7\x49\xf1\x3e\xcc\x9e\x23\xf9\xe1\x14\xb5\xe7\x10\x48\x25\xf7\xa5\xea\x9b\x1c\x76\x77\xe2\x75\x9c\xc8\x58\x28\xed\x1a\xcf\x82\xac\x8d\xe7\xee\x14\x7e\x4e\xcb\x6c\x7d\x84\xec\x05\xc1\x70\xfc\xdd\xa1\x8d\xdf\xdc\x87\xb2\x75\x1a\xef\xa2\xcc\xcf\x94\x72\xea\x94\xb1\xfd\x8e\x37\x36\x94\x02\xa5\xdd\xb4\x7f\xb0\x38\x3a\xba\xce\x31\x92\x4e\x3f\xaf\x60\xbe\xbd\x4e\x7b\x69\xae\x77\xb2\x3d\xa5\x3c\xf7\xa2\xe7\x64\xc2\x31\xa2\xe8\x85\xed\x95\x1a\x58\xbe\xab\x42\xb3\x73\x73\x27\x85\x90\x54\xd0\xb3\xcc\x6a\x3d\x2c\x3f\x10\x72\x6a\xa2\x9b\x77\xdd\x0a\xa8\x49\xf6\x96\x05\xdf\x5d\x14\xdf\x62\xcf\x7f\xd0\x53\x51\xd0\x92\x8f\x84\xf6\xca\xf2\x72\xc4\xa5\xd4\xe5\x3b\xb9\x1c\x22\xdd\x62\xf5\x4d\xbc\xa3\xfa\x7f\x67\xe8\x59\x94\x4b\x75\xae\xcb\xee\x41\x31\xce\x96\xf2\xa2\x76\xe7\x6c\x97\x16\xbf\xd4\x6a\x8b\x40\x23\x9c\xa6\xe9\xd3\xe7\x4f\x55\xf5\xec\xfe\x20\x11\x16\x0c\x6e\x2b\xdc\xb9\x62\x67\xba\x12\xce\x86\xb2\xea\xd0\x84\xbc\xae\x66\x9e\x75\x69\xc3\x66\x80\x2e\x9e\xe9\xff\xe2\x71\xe3\xba\x13\xaa\x2e\xb0\x67\x54\x72\x9d\xce\x1d\x34\xca\x0b\x84\xc9\xc8\x5f\x7f\x82\x8c\x5f\x30\x09\xee\x09\x5f\xcf\x17\xf6\x31\x4c\x6e\xbf\x85\x9a\x37\xff\xa2\xb7\x69\x94\x78\x28\xa1\x67\x07\x29\x38\xfc\xda\x43\x0a\xc5\x67\x1e\x99\x3c\x24\x90\xa1\x3e\x3c\x59\xcd\x0f\xd4\xf2\xe3\x8a\x7a\xa4\x92\xae\xb7\xcb\x0f\xf3\x50\xf4\x59\xc8\x86\x1b\x54\x16\xb3\x92\x51\xfc\x6a\x9e\x93\x9a\x00\x9d\x8c\x12\x59\xf1\x1b\xe7\x3f\xcb\xfc\x32\x1d\xb4\xac\x36\xb7\xf2\x03\x58\x07\x52\xcf\x7b\x94\xe1\xa2\xe4\xde\xe6\xa2\x38\xcf\x43\x97\x9f\xce\xff\x03\x00\x00\xff\xff\x5a\xa8\xba\x5f\x77\x0b\x00\x00") +var _manifests00ClusterRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4d\x8f\xe3\x36\x0c\xbd\xfb\x57\x08\x93\xc3\x02\x0b\xd8\x41\x6f\x45\x6e\x45\x0b\xf4\xd4\x2e\x50\x14\xbd\x33\x12\x13\xb3\x23\x8b\x06\x49\x65\xd6\xfd\xf5\x85\xfc\x31\xd9\xcd\xf7\xee\xe6\x64\x4b\x26\xdf\x7b\x26\x1f\x05\xad\xdc\xaf\x31\xab\xa1\x38\xe1\x88\x6e\xc7\xe2\xac\x45\xc7\x3d\x0a\x18\x8b\x23\x53\x8c\xbb\xa6\x5a\xb9\xbf\x3f\xfd\xf6\x69\xe3\x7e\x71\x91\xcd\xf1\xae\x44\x29\x3a\x6d\x39\xc7\xe0\xb6\xe8\x04\xfb\x08\x1e\x83\xdb\x0e\x23\x94\x3a\x4a\x23\x54\x82\x0e\xb5\x07\x8f\x3a\xa2\xbf\xb5\xe4\xdb\x6a\xf5\x35\x0b\x78\xcb\x10\xe3\xe0\x12\x62\x50\x07\xde\xa3\x6a\x53\xbd\x52\x0a\x9b\x45\xe0\x5f\x1c\xb1\x82\x9e\xfe\x41\x51\xe2\xb4\x71\xb2\x05\xdf\x40\xb6\x96\x85\xfe\x03\x23\x4e\xcd\xeb\xcf\xda\x10\xaf\x0f\x3f\x55\x1d\x1a\x04\x30\xd8\x54\x6e\x54\xb0\x29\x64\x49\x5b\xda\x59\x4d\x69\x2f\xa8\x5a\x2f\xf4\x95\x73\x90\x12\xdb\x88\xa1\x25\xc3\x39\x4a\x3e\xe6\x80\x8d\x60\x44\x50\x6c\xde\xb3\x0b\x3e\x6d\xbb\xda\x47\xce\xa1\xee\x20\xc1\x1e\xc3\xc6\xbd\x98\x64\x7c\xb9\x9f\x5a\xaa\xb9\x64\xd5\x2d\xed\xdb\x1a\x0e\x40\x11\xb6\x14\xc9\x86\x77\x1c\xc9\x11\x75\x53\xd5\x0e\x7a\xfa\x5d\x38\xf7\xa3\xac\xda\xbd\x14\x0a\x41\xe5\x2c\x1e\xe7\x3d\xcf\x69\x47\xfb\x0e\x7a\x1d\x97\xc7\x7a\x8f\x4b\x45\x39\x90\x47\xf0\x9e\x73\xb2\x69\x0f\x53\xe8\x99\x96\xd5\x1c\xb1\x2c\xbc\xe0\xfc\xa1\xe7\x30\xc7\x1f\x70\x0a\x3e\xa0\x6c\x17\x25\x1f\x5f\xaa\x73\x7d\xd0\x8f\x2a\x4e\x14\x06\xec\x23\x0f\x1d\x2e\x8c\x01\xb0\xe3\xa4\xf8\x18\x66\xcf\x91\xfc\x70\x8e\xda\x73\x08\xa4\x92\xfb\xd2\xb6\x6d\x0e\xfb\x07\xf1\x3a\x4e\x64\x2c\x94\xf6\x8d\x67\x41\xd6\xc6\x73\x77\x0e\x3f\x97\x65\x8e\x3e\x41\xf6\x82\x60\x38\xbe\xee\xd1\xc6\x67\xee\x43\xd9\x3a\xe7\xbb\xea\xd3\x0b\xad\x9c\xac\x3e\xce\xcf\xe9\xc6\x96\x52\xa0\xb4\x9f\xf6\x8f\x11\x27\x9f\x6e\x6b\x8c\xa4\xd3\xcb\x1b\x98\x6f\x6f\xcb\x5e\xa6\xe3\x2b\xff\x9e\x4b\x9e\x87\xc9\x73\x32\xe1\x18\x51\xf4\xca\xf6\x5a\x0d\x2c\x3f\xd4\xa1\x39\xb9\x79\x50\x42\x48\x2a\xe8\x59\x66\xb7\x1e\x97\xdf\x40\x39\x0d\xd1\xdd\x7f\xdd\x09\xa8\x49\xf6\x96\x05\xbf\xfa\x51\x7c\xe7\x9e\xdf\xa0\xa7\xe2\xa0\xa5\x1e\x09\xed\x8d\xe5\xf5\x44\x4b\xe9\xcb\x77\x6a\x39\x32\xdd\x53\xf5\x05\xdf\x49\xff\xbf\x93\x7a\x36\xe5\xd2\x9d\xdb\xb6\x7b\x12\xc7\xc5\x56\x5e\xf5\xee\x5c\xed\x32\xe2\xd7\x46\x6d\x31\x68\x84\xf3\x32\x7d\xf8\xf8\xa1\xaa\x56\xee\x0f\x12\x61\xc1\xe0\x76\xc2\x9d\x2b\x71\xa6\x6b\xe1\x6c\x28\xeb\x0e\x4d\xc8\xeb\x7a\xd6\x59\x97\x31\x6c\x06\xe8\xe2\x85\xf9\x2f\x19\x77\x7e\x77\x42\xd5\x05\xf6\x82\x4b\x6e\xcb\x79\x40\x46\x39\x81\x30\x19\xf9\xdb\x47\x90\xf1\x2b\x26\xc1\x03\xe1\xdb\xe5\xc6\x3e\x47\xc9\xfd\xb3\x50\xf3\xf6\x5f\xf4\x36\xdd\x05\x9e\x2a\x68\xe5\x20\x05\x87\x9f\x7b\x48\xa1\xe4\xcc\x77\x1e\x0f\x09\x64\xa8\x8f\x47\x56\xf3\x03\xbd\xfc\x76\x47\x3d\xd3\x49\xb7\xc7\xe5\x87\x75\x28\xfa\x2c\x64\xc3\x1d\x29\x4b\x58\xa9\x28\x7e\x36\xcf\x49\x4d\x80\xce\xae\x12\x59\xf1\x8b\xe4\x3f\xcb\xfd\x65\xfa\xd0\xb2\xda\x3c\xca\x4f\x50\x1d\x48\x3d\x1f\x50\x86\xab\x96\x7b\xbf\x17\xc5\xf9\x3e\x74\xfd\xe8\xfc\x3f\x00\x00\xff\xff\x7b\x28\x23\x13\x38\x0b\x00\x00") func manifests00ClusterRoleYamlBytes() ([]byte, error) { return bindataRead( @@ -417,8 +417,8 @@ func manifests00ClusterRoleYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-cluster-role.yaml", size: 2935, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4, 0x2d, 0x76, 0x8c, 0x1d, 0xc6, 0x1c, 0xb8, 0x93, 0x9e, 0xd3, 0x22, 0x4f, 0xfd, 0x7d, 0x4c, 0x42, 0xa9, 0xcb, 0x13, 0xc0, 0xf1, 0xf2, 0xf, 0x3d, 0x82, 0x9e, 0x56, 0xba, 0x15, 0x3b, 0x3}} + info := bindataFileInfo{name: "manifests/00-cluster-role.yaml", size: 2872, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb0, 0x3d, 0x9b, 0xe3, 0x22, 0x67, 0x5c, 0x7, 0x32, 0xcd, 0x75, 0x54, 0x6d, 0xd0, 0x9a, 0xac, 0x57, 0xe8, 0xdd, 0x4, 0x41, 0x57, 0x8e, 0xe1, 0x51, 0x9a, 0x78, 0x83, 0x5b, 0x34, 0xe, 0x8}} return a, nil } @@ -462,7 +462,7 @@ func manifests00CustomResourceDefinitionYaml() (*asset, error) { return a, nil } -var _manifests00IngressCredentialsRequestYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x97\x4d\x6f\xdb\x3c\x0c\xc7\xef\xf9\x14\x82\x2f\x05\x0a\x28\x7d\x8a\x07\x03\x06\xdd\xd2\x74\xe8\x06\xb4\x43\x91\x62\x2d\xb0\x1b\x2d\x31\x0e\x51\x59\xf2\x24\xda\xdd\xfa\xe9\x07\xc5\xce\x5b\x9d\xa5\xeb\xdb\x50\x14\xbd\xc5\xe2\x9f\x32\x49\xfd\xa8\x98\x50\xd1\x25\x86\x48\xde\x29\xa1\xad\xaf\x8d\x0e\x68\xd0\x31\x81\x1d\xfa\x0a\x5d\x9c\xd1\x94\x87\xe4\x0f\x9a\xc3\xc1\x35\x39\xa3\xc4\x78\x29\x88\x13\xfc\x51\x63\xe4\x41\x89\x0c\x06\x18\xd4\x40\x08\x0b\x39\xda\x98\x7e\x09\xa1\xbd\xe3\xe0\xad\xc5\x20\xd9\x7b\x1b\x87\xd7\x1f\xe3\x90\xbc\x12\xd9\xe1\xf0\xbf\x6c\x20\x84\x83\x12\x95\x58\xbe\x47\x92\x2b\x02\xc6\xd8\x59\x62\x05\x7a\xc3\x3c\x0f\x50\xae\x22\x94\xbe\xc2\x00\xec\xc3\x40\x08\x70\xce\x33\x30\x79\xd7\xbd\x9c\x9c\xb6\xb5\xc1\x61\x40\x8b\x10\x71\x33\x1b\xca\xcb\x6e\xb7\x12\x1c\x14\x68\x94\xc8\x38\xd4\x98\xdd\xef\x1a\xd1\x4e\x17\x5e\x72\x46\xc5\x4c\x42\x03\x64\x21\x27\x4b\xfc\xeb\x01\xfb\x90\x2b\x2c\x4a\xe7\x0d\x4a\x83\x0d\xda\x94\xcc\xd2\x3d\x56\xa8\x53\x1e\x11\x43\x43\x1a\x47\x5a\xfb\xda\xf1\xd7\x54\x95\xb4\x2c\x45\x57\xaa\xf5\x12\x44\xd4\x01\x79\x82\xd3\xb6\x00\x6d\x71\xef\xd6\x2c\x2e\x6d\xbd\xf2\x6e\xd9\xb2\x0a\xbe\x21\x83\xe1\xa2\x0b\x47\x88\x87\x00\x93\xf4\x2d\x34\xa3\xab\x8b\xf3\xb5\xad\xe6\x96\xc8\xc0\x58\xa2\xe3\x4f\x8e\x03\x61\x77\x6c\x52\xe0\x74\x8a\x9a\x95\x18\x59\xeb\x6f\xe6\x6b\x42\x80\x4e\x27\xab\xba\x27\x29\xd0\x42\x64\xd2\xd6\x83\xc9\xc1\x82\xd3\xe4\x0a\x75\x8c\x51\x07\xca\xf1\xd4\x83\x39\x9a\xaf\x62\x88\x4b\x97\xe0\x6b\xc6\x0f\xff\xab\x53\x8a\xfc\xd9\x47\x46\xf3\xdd\x3b\xec\xdb\xc7\x33\x70\x05\x4e\x30\xfa\x3a\x68\x9c\xa0\xf6\xc1\x5c\x20\xaf\x84\x0c\x85\x3a\x49\x75\x6e\x15\x0b\x43\xe8\x9e\x95\xc8\xf6\xb3\x81\x94\x72\xf0\x2a\x7b\x4b\xc2\x6d\x1d\xf0\xbd\xc3\xd6\x3a\xec\xf5\x76\x4d\x3a\xaa\x5e\xdf\x04\x6f\xf1\x88\x9c\x21\x57\x2c\x7b\x26\xad\x29\x31\x4e\x4c\x50\x5e\xa7\x28\x5e\x2f\x80\x85\xae\xde\xf1\x7b\x6b\x17\xfc\xc9\xf8\xbc\x07\x6a\x95\x1c\xa7\xe4\xd0\x4c\xbc\xc5\x0d\x56\xe3\x81\x71\x71\x08\xa6\x24\xf7\x32\xa4\xfe\x09\x3e\xca\xcb\xf9\xfe\x0f\x27\x70\x71\x60\xcf\x55\xb1\x2f\x47\x67\xe3\x24\xee\x97\xcd\x5b\xd2\x74\xa7\x5e\xab\xbf\xbe\x4c\x07\xa7\x9a\x43\x95\xdb\x1a\x4b\xfa\xa9\xaa\x3a\xb7\xa4\x15\x41\xa9\x94\x52\x1d\x4e\xa9\xe0\xea\x6c\xce\x70\xc8\x1e\xe1\x3a\x41\x30\x8f\xf3\xbc\x0a\xc4\x2b\x4f\xe0\xf6\x42\x5a\x4f\xa0\x3d\x9a\xac\x73\x4a\xc4\x2f\xd4\x42\x34\x60\xeb\x64\x24\xc7\x18\x1c\xb2\x8c\x8d\x8e\xd9\x4b\xa0\xff\x4f\xa9\xab\xfc\x0d\x86\xe6\x11\xdf\xb5\x2f\x06\x5d\x0a\xe8\xb2\xff\x4d\xb6\xc9\x5e\x8f\xbe\x27\x12\xf8\x34\x0a\x9f\x46\xe2\x36\x16\xef\xe7\xf1\x0d\x33\x09\x96\x72\xc8\x61\xe7\x6d\xd8\x8b\xf0\xb9\x79\x1c\xb5\x41\x6c\xbf\x08\xb7\x0f\x08\xe9\xc8\x36\xc7\x81\x6e\xcd\x92\x71\x51\x8d\x8c\x39\xf6\x25\x90\x6b\xbf\xdc\xb7\x49\xbe\x55\x06\x18\xef\x53\x1d\xa3\xc5\xbf\x51\xb5\x33\xc7\xba\x2e\x2e\x85\xdb\x46\x99\xf5\x49\x61\x6f\x7f\x6f\x67\x4e\x55\xc3\xb7\x29\xa3\x34\xa9\x6c\x89\x61\x6e\x6e\xb3\xd9\xa5\x68\x33\xd9\xad\x68\xb3\x58\x69\xe2\x6e\x51\xdc\x99\x4c\x3f\xf1\xe7\x6e\x95\xdf\x01\x00\x00\xff\xff\xdb\x1c\xb2\xa1\xb7\x10\x00\x00") +var _manifests00IngressCredentialsRequestYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x97\x4d\x6b\xfc\x36\x10\xc6\xef\xfe\x14\xc2\x97\x3f\x04\xbc\x69\x28\x85\xa2\xdb\x66\x53\xd2\x42\x52\xc2\x86\x26\xd0\xdb\x58\x9a\xf5\x0e\x91\x25\x57\x33\x76\xda\x7c\xfa\xa2\xb5\xb3\x2f\xf1\x76\xd3\xe6\xa5\x2c\xb9\xad\x35\x8f\xe4\x79\x34\x3f\x6b\x35\xd0\xd0\x1d\x46\xa6\xe0\xb5\x32\x2e\xb4\xd6\x44\xb4\xe8\x85\xc0\x4d\x42\x83\x9e\x97\xb4\x90\x09\x85\xd3\xee\x2c\x7b\x20\x6f\xb5\x9a\xad\x05\x3c\xc7\x3f\x5a\x64\xc9\x6a\x14\xb0\x20\xa0\x33\xa5\x1c\x94\xe8\x38\xfd\x52\xca\x04\x2f\x31\x38\x87\xb1\x90\x10\x1c\x4f\x1e\x7e\xe4\x09\x05\xad\xf2\xb3\xc9\x77\x79\xa6\x94\x87\x1a\xb5\x5a\xbf\xa7\x20\x5f\x45\x64\x1e\x22\xdc\x80\xd9\x09\xaf\x12\x2c\x36\x19\x16\xa1\xc1\x08\x12\x62\xa6\x14\x78\x1f\x04\x84\x82\x1f\x5e\x4e\xde\xb8\xd6\xe2\x24\xa2\x43\x60\xdc\x75\xc3\xe8\x16\x45\x0d\x1e\x2a\xb4\xc5\x92\xaa\x65\x01\x1d\x90\x83\x92\x1c\xc9\x5f\x5a\xe5\x12\x5b\xcc\x33\x6e\xd0\xa4\xd5\x18\x63\x47\x06\xa7\xc6\x84\xd6\xcb\xaf\x29\xb7\x34\x5c\xa8\x21\xe1\xed\x44\x18\x4d\x44\x99\xe3\xa2\x4f\xa3\xb7\xf8\x32\x73\x5e\xc7\x46\x26\xf7\x2c\xd9\xc4\xd0\x91\xc5\x78\x3b\xa4\xa3\xd4\x7f\x29\x5b\xd2\xf7\xa5\x9b\xde\xdf\xde\x6c\x2d\xb5\x8a\xb0\x80\x60\x8d\x5e\x7e\xf2\x12\x09\x87\xcd\x2b\x14\x2e\x16\x68\x44\xab\xa9\x73\xe1\x71\x35\xa6\x14\x98\xb4\xbf\x7a\x78\x2a\x14\x3a\x60\x21\xe3\x02\xd8\x12\x1c\x78\x43\xbe\xd2\x17\xc8\x26\x52\x89\x57\x01\xec\xf9\x6a\x14\x23\xaf\xa7\xc4\xd0\x0a\xfe\xf0\xbd\xbe\x22\x96\x9f\x03\x0b\xda\xdf\x83\xc7\x71\x7c\xb6\x04\x5f\xe1\x1c\x39\xb4\xd1\xe0\x1c\x4d\x88\xf6\x16\x65\x23\x14\xa8\xf4\x65\xda\xe7\x5e\xf1\x1c\x88\xc3\xb3\x56\xf9\x49\x9e\x15\x45\x91\x1d\x25\xe1\x05\x3c\xb5\x11\x8f\x90\xf3\xe3\x65\x37\x6d\xd8\x88\xde\x18\x1c\x9e\x93\xb7\xe4\xab\x35\xb9\x69\x4c\xab\x59\xaa\x0c\x95\x6d\xca\xe2\x78\x31\xa8\x4c\x73\x84\x10\x7c\x89\xc3\xee\x72\x76\x33\xc2\xa5\x49\x13\x17\xe4\xd1\xce\x83\xc3\x1d\x62\xf8\xd4\x7a\x9e\x80\xad\xc9\x7f\x0e\x2f\xff\x84\x00\x95\xf5\x6a\xfd\xa3\xe3\xe0\xa3\x0a\xf1\xcb\xf9\xf5\x2c\x89\xc7\xd5\x08\x8e\x0c\xbd\x28\xc3\xe6\xdf\x25\x37\xd1\xeb\xee\x4c\x97\xae\xc5\x9a\xfe\xd4\x4d\x5b\x3a\x32\x9a\xa0\xd6\x5a\xeb\x81\xd2\x54\x47\x7d\xbd\xf2\x14\xf3\x37\x4c\x9d\x23\xd8\xb7\xcd\xbc\x8f\x24\x9b\x99\x20\xfd\x69\xb3\x6d\xa0\xaf\x78\x3e\x4c\x4a\x1f\xd2\xb3\x5a\xa9\x0e\x5c\x9b\x82\xe4\x05\xa3\x47\x29\xb8\x33\x9c\x7f\xc6\x17\xf5\xbf\xc2\xdc\x84\x47\x8c\xdd\xf1\x5d\xe0\x3e\x9c\xe5\xe4\xf3\x6e\x7c\x9b\xda\x45\x7a\x04\xf5\x3b\xc1\x7e\x1f\xdc\xef\x03\x7c\x1f\xe2\xaf\x63\xfe\x85\x51\x07\x47\x25\x94\xf0\xb5\xcf\xee\x69\x6f\x72\xff\xf9\xbd\xbf\x75\x48\x48\xec\x36\x0a\xc3\x98\x23\xeb\x59\x4f\xad\xbd\x08\x35\x90\xef\xef\xf4\xfb\x24\xbf\x35\x16\x04\x5f\x53\x5d\xa0\xc3\x7f\xa3\xea\xbb\x91\x6d\x1d\xaf\x85\xfb\x9a\x9c\xed\x1e\xe2\xdb\xc9\xb7\x83\x9e\x9a\x4e\x9e\x92\xa3\xd4\xc3\xec\xc9\x61\x15\xee\xdd\x1c\x52\xf4\x4e\x0e\x2b\x7a\x17\x1b\x0d\x1f\x16\xf1\x41\x33\x63\xe3\x1f\xfe\x29\xfe\x1d\x00\x00\xff\xff\x91\xa3\xd7\xc9\x58\x10\x00\x00") func manifests00IngressCredentialsRequestYamlBytes() ([]byte, error) { return bindataRead( @@ -477,12 +477,12 @@ func manifests00IngressCredentialsRequestYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-ingress-credentials-request.yaml", size: 4279, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x75, 0xa2, 0x7b, 0xb5, 0xe6, 0xc7, 0x8a, 0x87, 0x51, 0x8b, 0x14, 0x2c, 0x9c, 0xa, 0x95, 0xa6, 0xb4, 0xb8, 0xbf, 0x8f, 0x1c, 0x4e, 0x81, 0xc2, 0x13, 0x8c, 0x16, 0xb9, 0x9c, 0x7b, 0xb5, 0x98}} + info := bindataFileInfo{name: "manifests/00-ingress-credentials-request.yaml", size: 4184, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0xbe, 0x12, 0x25, 0x8, 0x21, 0x8c, 0x1c, 0xa6, 0xa6, 0x89, 0xc4, 0x56, 0xfa, 0x61, 0x9a, 0xb1, 0x7f, 0x78, 0x28, 0x52, 0x8d, 0x23, 0x52, 0x1d, 0x62, 0x7b, 0xd0, 0x26, 0x36, 0xec, 0x49}} return a, nil } -var _manifests00NamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xbb\x6e\xe3\x40\x0c\x45\x7b\x7d\x05\xe1\xad\xc7\x8b\x6d\xf5\x0f\xbb\xcd\x02\xe9\xa9\x99\x6b\x89\x31\x45\x0a\x33\x94\x8c\xfc\x7d\x20\x3b\x0f\x1b\x29\x82\x94\x83\x39\xe7\xf2\x75\x16\x2b\x3d\xfd\xe3\x19\x6d\xe1\x8c\x8e\x17\x79\x42\x6d\xe2\xd6\xd3\xf6\xa7\x9b\x11\x5c\x38\xb8\xef\x88\xd8\xcc\x83\x43\xdc\xda\xfe\x24\x12\xcb\xba\x16\x1c\x2b\x14\xdc\x70\xf4\x05\xd6\x26\x39\xc5\x51\xfc\xb7\x0c\x73\xca\xea\x6b\x49\x33\x1b\x8f\x28\x3d\x1d\xa2\xae\x38\x7c\xaf\x36\xe8\xe9\xdd\x4a\x93\x8c\x53\xe2\x8d\x45\x79\x10\x95\x78\xf9\x41\x8e\xd8\xa8\x48\xe6\x05\xa9\x60\x83\xfa\x82\xfa\xa0\x3f\xe0\x57\xae\x41\x91\xc3\x77\xec\x86\x5c\xbc\x9e\xd5\xb9\x3c\x46\xb3\xaa\x5f\xae\x33\xdd\xfa\x9c\x61\xb1\xf3\xca\x03\xf4\x6d\x3d\xbf\xe8\x4a\x7d\x16\x49\xb3\x9b\x84\x57\xb1\x91\xc2\x49\xdd\xcf\x74\xf2\x4a\xff\x51\x37\xc9\xf8\x7b\xfb\x25\x1f\x9e\x91\xa3\x91\x18\xc5\x24\x8d\xec\xe3\x38\x5f\x5a\xce\xba\xb6\x40\xbd\x0b\xbe\x1b\x6f\xf7\xfa\xbb\xea\x62\x63\x45\x6b\x69\xdf\x02\x87\xd7\xee\x35\x00\x00\xff\xff\x90\xc9\xa6\xce\xfc\x01\x00\x00") +var _manifests00NamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\x4d\x4e\xc3\x40\x0c\x85\xf7\x39\x85\x55\xd6\x53\xc4\x36\x77\x80\x0d\x12\x7b\x67\xc6\x4d\x4c\x1d\x3b\xb2\x9d\x56\xdc\x1e\xb5\xe5\xa7\x11\x0b\x96\xa3\x79\x9f\x3f\x3f\x1f\x59\x5b\x0f\x2f\x38\x53\x2c\x58\xa9\xc3\x85\xdf\xc8\x83\x4d\x7b\x38\x3d\x75\x33\x25\x36\x4c\xec\x3b\x00\x54\xb5\xc4\x64\xd3\xb8\x3c\x01\x58\xab\xac\x8d\xf6\x4e\x42\x18\xb4\xb7\x85\x34\x26\x3e\xe4\x9e\xed\x91\x87\xb9\x54\xb1\xb5\x95\x19\x15\x47\x6a\x3d\xec\xd2\x57\xda\xfd\x8f\x06\xc9\xe1\x9b\x2a\x13\x8f\x53\xc1\x13\xb2\xe0\xc0\xc2\xf9\xb1\x99\xb3\xe1\xd4\x1a\x95\x20\xa1\x9a\xe6\x3d\xec\x6e\x91\xb3\xf9\x51\x0c\xdb\xd6\x81\x22\x76\xbe\x2e\x75\x13\xcd\xa4\x79\xc9\x0b\x0e\x24\x5f\xfd\x1e\xe0\x9a\xfa\x95\x94\xd9\x94\xd3\x9c\x75\x84\x34\x10\xb3\x23\x1c\xcc\xe1\x95\xfc\xc4\x95\x9e\x6f\xbf\x60\xc3\x3b\xd5\x0c\x60\x85\x9c\x38\x40\x7f\xae\xfb\x67\xe5\x2a\x6b\x24\xf9\xdd\xe0\xbb\x7a\x17\xae\xbf\xb3\xb3\x8e\x4e\x11\xc5\x16\x72\x4c\xf3\xee\x33\x00\x00\xff\xff\xa3\x4f\xfd\xfe\xbd\x01\x00\x00") func manifests00NamespaceYamlBytes() ([]byte, error) { return bindataRead( @@ -497,12 +497,12 @@ func manifests00NamespaceYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-namespace.yaml", size: 508, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9a, 0x93, 0x1d, 0xed, 0x82, 0x31, 0xfb, 0xb9, 0xe, 0xf9, 0xb4, 0x3e, 0x82, 0x65, 0x6f, 0x2a, 0x8d, 0x92, 0xf7, 0x73, 0x12, 0x9c, 0xca, 0x70, 0xf2, 0x5, 0x0, 0x4c, 0x6a, 0xd2, 0xfb, 0xaf}} + info := bindataFileInfo{name: "manifests/00-namespace.yaml", size: 445, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0x81, 0x5b, 0xc5, 0xd5, 0x14, 0x2c, 0x5d, 0xdb, 0x71, 0x8, 0xf7, 0x85, 0xaa, 0x21, 0x5, 0xc1, 0x70, 0x53, 0x25, 0x6c, 0xf6, 0x6e, 0xbc, 0x11, 0xf1, 0xcf, 0xb0, 0x4b, 0x66, 0x72, 0xf6}} return a, nil } -var _manifests0000_90_ingressOperator_00_prometheusroleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xb1\x6e\xe3\x30\x10\x44\x7b\x7d\x05\xe1\x9e\x3a\x5c\x67\xe8\x07\xae\xbf\x22\xfd\x8a\x1c\x4b\x0b\x53\xbb\xc4\x2e\xa9\x20\xf9\xfa\x40\xb2\xe3\x36\x48\xc5\x99\x01\xdf\x90\x43\x95\xdf\x60\xce\x2a\x53\xb0\x99\xd2\x48\xbd\xad\x6a\xfc\x49\x8d\x55\xc6\xfb\xd5\x47\xd6\x3f\xfb\xdf\xe1\xce\x92\xa7\xf0\x5f\x0b\x86\x0d\x8d\x32\x35\x9a\x86\x10\x84\x36\x4c\xa1\x9a\x6e\x68\x2b\xba\xc7\xfb\xd5\x9f\xb1\x57\x4a\x98\x82\x56\x88\xaf\x7c\x6b\x91\x65\x31\xb8\x47\xad\x30\x6a\x6a\x43\x08\x24\xa2\xed\x7c\xca\x8f\xb6\x10\x58\x52\xe9\x19\xa3\xa1\x80\x1c\xe3\x8b\x3e\xbe\xc1\xf3\x16\x53\xd1\x9e\xe3\x46\x42\x0b\xf2\x14\x2e\xcd\x3a\x2e\x3f\xa3\x8e\x72\xfb\xa6\xe2\xca\xcb\x1a\x69\x27\x2e\x34\x73\xe1\xf6\xf1\x8b\x1e\x96\xa5\x20\x8a\x66\xc4\x8c\x1d\xe5\x18\xf3\xc2\xad\x17\xf8\x34\xc4\x40\x95\xff\x99\xf6\x7a\xae\x8a\xe1\x72\x34\x1b\x5c\xbb\x25\x3c\x33\x87\xed\x9c\xe0\xa7\x81\xe4\xaa\x2c\xed\xe1\xaa\xe6\x43\xec\xb0\xf9\x79\x79\x41\x3b\xcf\xc2\xfe\x10\xef\xd4\xd2\x3a\x7c\x05\x00\x00\xff\xff\xd4\x51\x0b\x8b\xbe\x01\x00\x00") +var _manifests0000_90_ingressOperator_00_prometheusroleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x4e\xbd\x6e\xf3\x30\x0c\xdc\xfd\x14\x44\x76\xf9\xc3\xb7\x05\x7a\x81\xee\x1d\xba\xd3\x12\x63\x11\x91\x45\x81\xa4\x5c\xb4\x4f\x5f\xd8\x49\xb3\x76\xe2\xdd\x81\xf7\x83\x9d\x3f\x48\x8d\xa5\x45\xd0\x05\xd3\x8c\xc3\x8b\x28\x7f\xa3\xb3\xb4\xf9\x7e\xb5\x99\xe5\xdf\xfe\x7f\xba\x73\xcb\x11\xde\xa5\xd2\xb4\x91\x63\x46\xc7\x38\x01\x34\xdc\x28\x42\x57\xd9\xc8\x0b\x0d\x0b\xf7\xab\x3d\x65\xeb\x98\x28\x82\x74\x6a\x56\xf8\xe6\x81\xdb\xaa\x64\x16\xa4\x93\xa2\x8b\x4e\x00\xd8\x9a\xf8\x59\x65\x47\x1a\x00\xb7\x54\x47\xa6\x59\xa9\x12\x1a\xcd\x2f\xf7\x31\x83\x97\x2d\xa4\x2a\x23\x87\x0d\x1b\xae\x94\x23\x5c\x5c\x07\x5d\xfe\xb6\x1a\xd5\xdb\xaf\x2b\x14\x5e\x4b\xc0\x1d\xb9\xe2\xc2\x95\xfd\xeb\x95\xa3\xa3\x92\xc5\x29\x00\x76\x7e\x53\x19\xfd\x9c\x15\xe0\x72\x54\x28\x99\x0c\x4d\xf4\xd4\x8c\x74\xe7\x44\x76\x12\x6a\xb9\x0b\x37\x7f\xb0\x2e\xf9\x00\x3b\xe9\xf2\x7c\x5e\xc9\xcf\x5b\xd9\x1e\xe0\x13\x3d\x95\xe9\x27\x00\x00\xff\xff\x00\x6b\x5f\xc4\x7f\x01\x00\x00") func manifests0000_90_ingressOperator_00_prometheusroleYamlBytes() ([]byte, error) { return bindataRead( @@ -517,12 +517,12 @@ func manifests0000_90_ingressOperator_00_prometheusroleYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_00_prometheusrole.yaml", size: 446, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x67, 0x17, 0x1c, 0x94, 0x5d, 0xc8, 0xab, 0xca, 0xc9, 0x7d, 0x84, 0x11, 0xc2, 0x9, 0xca, 0x66, 0x54, 0x72, 0x2b, 0xbf, 0x32, 0x26, 0x14, 0x99, 0x60, 0xe9, 0xfd, 0x6f, 0x53, 0x46, 0xe7}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_00_prometheusrole.yaml", size: 383, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0x9, 0xcd, 0x8e, 0x86, 0xcf, 0xa1, 0x6, 0x9f, 0x89, 0x35, 0xcc, 0x29, 0xe3, 0x22, 0x71, 0xfc, 0x7b, 0xbd, 0x23, 0xd, 0x24, 0xb7, 0x9d, 0x2a, 0x6c, 0x7d, 0x61, 0x9f, 0xa9, 0xbc, 0x34}} return a, nil } -var _manifests0000_90_ingressOperator_01_prometheusrolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xb1\x6e\xf3\x30\x0c\x84\x77\x3f\x85\x90\x5d\xfe\xf1\x6f\x81\xb6\x76\xe9\x9e\x02\xdd\x69\xe9\x62\xb3\x91\x49\x41\xa2\x0c\xb4\x4f\x5f\xb8\x48\xd3\xa9\x2d\xb2\x12\xfc\x8e\xbc\x3b\x2a\xfc\x82\xda\x58\x25\xb8\x3a\x51\x1c\xa9\xdb\xa2\x95\xdf\xc9\x58\x65\xbc\x1c\xdb\xc8\xfa\x6f\xfb\x3f\x5c\x58\x52\x70\x27\xcd\x78\x64\x49\x2c\xf3\xb0\xc2\x28\x91\x51\x18\x9c\x13\x5a\x11\x5c\xa9\xba\xc2\x16\xf4\xe6\x2f\xc7\x76\x1d\xb7\x42\x11\xc1\x69\x81\xb4\x85\xcf\xe6\x59\xe6\x8a\xd6\xbc\x16\x54\x32\xad\x83\x73\x24\xa2\xf6\x79\xb1\xed\x6a\xce\xb1\xc4\xdc\x13\xc6\x8a\x0c\x6a\x18\x6f\xf4\xfe\x0d\x4f\xab\x8f\x59\x7b\xf2\x2b\x09\xcd\x48\xc1\x1d\xac\x76\x1c\xfe\x46\x1b\xf2\xf9\x8b\xf2\x0b\xcf\x8b\xa7\x8d\x38\xd3\xc4\x99\xed\xed\x0e\x1d\x96\x39\xc3\x8b\x26\xf8\x84\x0d\x79\x37\x73\xc3\xab\x66\x9c\x70\xde\xad\x50\xe1\xa7\xaa\xbd\xfc\x92\xee\xe0\xdc\x77\xb8\x3f\x65\xd9\xfa\xf4\x8a\x68\x2d\x0c\xfe\xba\xfd\x8c\xba\x71\xc4\x43\x8c\xda\xc5\xee\xec\x60\x55\x61\xd3\xba\xd7\xf8\x11\x00\x00\xff\xff\x60\xe1\x61\x52\x02\x02\x00\x00") +var _manifests0000_90_ingressOperator_01_prometheusrolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xb1\x4e\x23\x41\x0c\x86\xfb\x7d\x0a\x2b\xfd\xec\xe9\xba\x68\xba\xbb\x86\x3e\x48\xf4\xde\x59\x67\xd7\x64\xd6\x1e\xd9\x9e\x48\xf0\xf4\x68\x51\x08\x15\x20\x5a\xcb\xdf\xef\x5f\x9f\xb1\xf1\x13\x99\xb3\x4a\x06\x9b\xb0\x8c\xd8\x63\x55\xe3\x57\x0c\x56\x19\x2f\x47\x1f\x59\xff\x5c\xff\x0e\x17\x96\x39\xc3\x49\x2b\xfd\x67\x99\x59\x96\x61\xa3\xc0\x19\x03\xf3\x00\x20\xb8\x51\x86\x66\xba\x51\xac\xd4\x3d\x5d\x8e\x7e\x1b\x7b\xc3\x42\x19\xb4\x91\xf8\xca\xe7\x48\x2c\x8b\x91\x7b\xd2\x46\x86\xa1\x36\x00\xa0\x88\xc6\xfb\x45\xdf\xd3\x00\x58\x4a\xed\x33\x8d\x46\x95\xd0\x69\xbc\xd3\x7b\x1b\x9e\xb6\x54\xaa\xf6\x39\x6d\x28\xb8\xd0\x9c\xe1\x10\xd6\xe9\xf0\x33\xea\x54\xcf\x1f\x54\x5a\x79\x59\x13\x5e\x91\x2b\x4e\x5c\x39\x5e\xee\x39\xa6\x95\x4e\x74\xde\xbb\x60\xe3\x07\xd3\xde\xbe\xd1\x33\x00\x7c\xda\xf9\x4a\x86\xf7\xe9\x99\x4a\x78\x1e\xd2\x6d\xfb\x91\xec\xca\x85\xfe\x95\xa2\x5d\xe2\x97\x12\x37\x15\x0e\xb5\xfd\x0f\x6f\x01\x00\x00\xff\xff\xfd\x9b\x36\xf6\xc3\x01\x00\x00") func manifests0000_90_ingressOperator_01_prometheusrolebindingYamlBytes() ([]byte, error) { return bindataRead( @@ -537,12 +537,12 @@ func manifests0000_90_ingressOperator_01_prometheusrolebindingYaml() (*asset, er return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml", size: 514, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x68, 0xff, 0x4f, 0x6e, 0xb5, 0x4, 0x58, 0x82, 0xc4, 0x69, 0xe3, 0xcb, 0xe6, 0x96, 0xf6, 0x18, 0x28, 0x2b, 0x43, 0x8, 0x7a, 0xde, 0xb9, 0xe, 0xa0, 0xb4, 0xca, 0x4f, 0x9e, 0xc8, 0xa1}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml", size: 451, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xff, 0x5b, 0x6a, 0x79, 0xbe, 0xd9, 0x56, 0x24, 0xa5, 0xe8, 0x5c, 0x62, 0x8b, 0xd9, 0x42, 0xa, 0x23, 0x7f, 0x9c, 0xd9, 0x66, 0x99, 0xd4, 0x35, 0xf6, 0x31, 0xb1, 0xd4, 0xb4, 0x6, 0x20}} return a, nil } -var _manifests0000_90_ingressOperator_02_servicemonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xb1\xae\xd5\x4c\x0c\x84\xfb\xf3\x14\xab\xdb\x6f\xf2\xff\xa2\x4b\x8b\x44\x05\x34\x20\x7a\xc7\x99\x9b\x2c\x67\x63\xaf\x6c\x27\x12\x6f\x8f\x92\x9c\x73\x2b\xae\x10\xed\xec\xcc\xe8\xf3\xda\xd4\xca\x0f\x98\x17\x95\x21\xad\x2a\x25\xd4\x8a\xcc\x1d\xab\x41\xbd\x63\x5d\xfb\xfd\xff\xdb\xbd\xc8\x34\xa4\x6f\xb0\xbd\x30\xbe\x5c\xae\xdb\x8a\xa0\x89\x82\x86\x5b\x4a\x42\x2b\x86\x54\x64\x36\xb8\x67\x6d\x30\x3a\x2c\xd7\x83\x37\x62\x0c\x49\x1b\xc4\x97\xf2\x1a\xf9\x0f\x3e\x12\xd1\xa0\x28\x2a\x7e\xf4\xa5\x54\x84\xeb\x36\xa1\x33\x54\x90\xa3\x7b\x4b\x77\x45\xfb\x32\xae\x99\xab\x6e\x53\x5e\x49\x68\xc6\x34\xa4\x97\xb0\x0d\x2f\x7f\x8f\x3a\xea\xeb\x33\x95\x97\x32\x2f\x99\x76\x2a\x95\xc6\x52\x4b\xfc\xfa\x87\x9e\x22\x73\x45\x16\x9d\x90\x27\xec\xa8\xc7\x30\x6f\x71\x6f\xe0\x63\x0e\xc8\xd4\xb4\x48\x9c\x43\xe5\x34\x82\x0c\xf6\x5d\xef\x90\x4f\xa5\x62\x48\xfd\x4e\xd6\xdb\x26\xbd\x83\x0d\xe1\xfd\x7d\x1b\x61\x82\x80\x5f\xb0\xe7\x8f\x13\xb3\x6e\x12\x7d\x1c\xc1\x07\x5a\xc0\x76\xaa\x43\xfa\xf0\x9f\x9f\x4a\x53\x8b\x21\xad\x08\x2b\x7c\x29\xce\x0b\x8e\xad\x2c\x11\xed\x52\xa2\xfa\x47\x95\xd7\x32\x5f\x5f\x9c\x12\xd3\x03\x03\xc1\x7d\x33\x5d\x11\x0b\x36\xef\xf9\x74\xad\xd4\xfc\x42\x90\x39\x33\x2c\x3c\x33\xe5\x71\x93\xa9\xe2\x89\x96\x99\x3a\xb6\x78\xf4\x1d\x22\xec\xeb\x79\x0c\x0f\x94\xee\xfd\xb5\x77\xbe\xf3\x2d\xa5\x9f\x3a\x7e\xa6\x11\x75\x48\xac\x6b\x53\x81\x1c\x75\x8e\x0a\x0e\xb5\x0b\x75\xa5\xe0\xe5\x74\xf9\x93\xfd\x9d\x93\xfb\x1d\x00\x00\xff\xff\x68\x04\xae\x7e\xd0\x02\x00\x00") +var _manifests0000_90_ingressOperator_02_servicemonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x31\x8f\xd5\x40\x0c\x84\xfb\xf7\x2b\x56\xd7\x27\x01\xd1\xa5\x45\xa2\x02\x1a\x10\xbd\xe3\xcc\x25\xcb\xdb\xb5\x57\xb6\x13\x89\x7f\x8f\x92\xbc\x77\x15\x27\xda\xc9\xcc\xe4\xd3\x78\xa9\xe5\x5f\x30\xcf\x2a\x63\xaa\x2a\x39\xd4\xb2\x2c\x3d\xab\x41\xbd\x67\xad\xc3\xfe\xf1\x76\xcf\x32\x8f\xe9\x07\x6c\xcf\x8c\x6f\x97\xeb\x56\x11\x34\x53\xd0\x78\x4b\x49\xa8\x62\x4c\x59\x16\x83\x7b\xa7\x0d\x46\x87\xe5\xfa\xe0\x8d\x18\x63\xd2\x06\xf1\x35\xbf\x46\xf7\x0f\x1f\x89\x68\x50\x64\x15\x3f\xfa\x52\xca\xc2\x65\x9b\xd1\x1b\x0a\xc8\xd1\xbf\xa5\xfb\xac\x43\x9e\x6a\xc7\x45\xb7\xb9\xab\x24\xb4\x60\x1e\xd3\x4b\xd8\x86\x97\xff\x47\x1d\xe5\xf5\x99\xea\xd6\xbc\xac\x1d\xed\x94\x0b\x4d\xb9\xe4\xf8\xf3\xd6\xe3\x0d\x7c\x80\x40\xe6\xa6\x59\xe2\xa4\xea\xd2\x04\x32\xd8\x4f\xbd\x43\xbe\xe4\x82\x31\x0d\x3b\xd9\x60\x9b\x0c\x0e\x36\x84\x0f\xf7\x6d\x82\x09\x02\x7e\xfd\xed\x9c\x8c\x98\x75\x93\x18\xe2\x08\x3e\x18\x03\xb6\x53\x19\xd3\xa7\x0f\x7e\x2a\x4d\x2d\xc6\x54\x11\x96\xf9\x52\x9c\x57\x1c\xb3\xae\x11\xed\x52\xa2\xf8\x67\x95\xd7\xbc\x5c\x1b\xa5\xc4\xf4\xc0\x40\xf0\xd0\x4c\x2b\x62\xc5\xe6\x03\x9f\xae\x4a\xcd\x2f\x04\x59\x3a\x86\x85\x77\x4c\xdd\xb4\xc9\x5c\xf0\x44\xeb\x98\x7a\xb6\x78\xf4\x1d\x22\xec\xfb\x79\xcd\x07\x4a\xff\xfe\xdd\x7a\xdf\xf9\x96\xd2\x6f\x9d\xbe\xd2\x84\x32\x26\xd6\xda\x54\x20\x47\x9d\xa3\x80\x43\xed\x42\xad\x14\xbc\x9e\x2e\x7f\xb2\xbf\xf3\x66\xfe\x06\x00\x00\xff\xff\x3e\x1d\x13\xdb\x91\x02\x00\x00") func manifests0000_90_ingressOperator_02_servicemonitorYamlBytes() ([]byte, error) { return bindataRead( @@ -557,12 +557,12 @@ func manifests0000_90_ingressOperator_02_servicemonitorYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_02_servicemonitor.yaml", size: 720, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x4b, 0xff, 0x49, 0x38, 0x10, 0xe4, 0x67, 0xd6, 0xc6, 0xdd, 0xa4, 0x43, 0x7d, 0x5c, 0x40, 0x32, 0x5d, 0x7f, 0xdb, 0x15, 0xa3, 0xa7, 0xfc, 0x28, 0xd2, 0x7e, 0x6f, 0x35, 0x5a, 0x6e, 0x73}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_02_servicemonitor.yaml", size: 657, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0xac, 0xee, 0x43, 0x40, 0xfb, 0x9, 0xe7, 0x91, 0xfe, 0x79, 0x58, 0xcc, 0xab, 0xd0, 0xc7, 0xb0, 0x7b, 0x19, 0xc3, 0x64, 0x2b, 0xf2, 0xc7, 0x19, 0xef, 0x78, 0xfa, 0xd, 0xba, 0xfe, 0xf4}} return a, nil } -var _manifests0000_90_ingressOperator_03_prometheusrulesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x95\x4f\x6f\xf3\x36\x0c\xc6\xef\xf9\x14\x84\xb1\xe3\xec\xec\x3d\xec\x62\xa0\x87\x17\x2b\x86\xed\x56\x14\xdd\xae\x01\x2b\x31\x36\x51\x59\x34\x28\x29\x69\xd0\xe5\xbb\x0f\xb2\x1d\xc3\x4d\x52\xf4\xcf\x86\x2d\x27\xd9\x22\x1f\x91\xcf\xcf\x54\xb0\xe7\x3f\x49\x03\x8b\xaf\xa1\x13\xcf\x51\x94\x7d\x53\x19\x51\x92\x50\x19\xe9\xd6\xbb\x6f\xab\x27\xf6\xb6\x86\x3b\x95\x8e\x62\x4b\x29\xdc\x27\x47\xab\x8e\x22\x5a\x8c\x58\xaf\x00\x3c\x76\x54\x03\xfb\x46\x29\x84\x52\x7a\x52\x8c\xa2\xd3\x46\xe8\xd1\x50\x0d\xd2\x93\x0f\x2d\x6f\x63\x79\x25\xce\xe1\x23\xb9\x90\xa5\x00\x54\x1c\xd5\x80\x8e\x34\x96\x9a\x1c\x85\x15\x00\x7a\x2f\x11\x23\x8b\x9f\x82\xd8\x1b\x97\x2c\x55\x4a\x8e\x30\x50\x35\xab\x57\x2c\x6b\x7e\xec\x4a\xe3\x24\xd9\xb2\x43\x8f\x0d\xd9\x1a\x8a\xa8\x89\x8a\xf7\x53\x03\xb9\xed\x29\xab\x6c\xb9\x69\x4b\xdc\x21\x3b\x7c\x64\xc7\xf1\xf0\x09\x1d\xf6\x8d\xa3\xd2\x8b\xa5\xd2\xd2\x8e\x5c\x6e\x76\x4e\x0f\x3d\x99\xdc\x47\xa3\x92\xfa\xa9\xa3\x72\x72\xf1\xc2\xa7\xea\x64\xc2\x60\x4e\x5e\xd7\xd3\x43\x39\xba\x54\xc3\x6f\xdf\xef\x54\x9e\x0f\xf7\xe4\x04\xed\xaf\xc8\x6e\x0a\x00\xa0\xe7\x5e\x6b\x88\xd4\xf5\x0e\x23\x6d\x54\x52\x24\xdd\xe8\x10\xb8\xd9\x22\xbb\xa4\x04\x37\x37\xf0\x6d\xce\xd8\x8a\xd6\xf0\x73\x37\x3f\x2f\xd1\x8c\xbf\x40\x3b\xd2\xc1\x8d\x3d\xaa\x67\xdf\xcc\x7b\x17\x98\xa6\x84\xd4\x75\xa8\x87\xb9\x4e\x18\xcf\x87\xe9\xfc\x45\xa4\xa5\x60\x94\xfb\x38\x7c\x8f\xc5\x43\xcb\x61\x6c\x11\xb6\xac\x14\x60\xdf\x92\x9f\x45\x72\x76\x80\x28\x27\x35\x8e\x01\x8c\xf8\x2d\x37\x49\x87\x1a\x7e\x84\x7d\xcb\xa6\x85\x3d\x3b\x07\x4a\x21\xb9\x08\xec\x21\xb6\x04\xa3\x0f\xe0\x25\x42\xcf\xe6\x89\x7d\x03\xa9\x07\x25\x43\x3e\xba\x03\x18\x25\x8c\x64\x41\x14\x3a\xb1\xbc\x65\xb2\x63\x4a\xa8\x8a\x45\xb5\x1d\x85\x80\x0d\xd5\x50\xbc\x6e\x2c\x00\x2a\x0d\xf5\x65\x61\xf1\xf0\xf2\x02\x3f\x8c\x3e\x56\xbd\x58\x38\x1e\x2b\xb8\x1f\x2b\xe0\x30\x14\xa1\x94\x3f\x89\x98\xc3\x3f\x50\x44\xf1\x06\xff\x5b\xd9\xfb\x33\xf2\x2d\xf6\x79\x67\x93\xfa\x4c\xf9\xa7\x2f\x51\x36\xca\x91\x0d\xba\x4f\x63\xe6\x00\x76\x59\xd2\xc7\xf8\x76\x14\x95\x4d\x00\xa5\x5e\x34\x42\x6c\x31\x9e\x2b\xbe\x43\xe1\xa4\x90\x29\x8c\x2a\xd9\xd8\x6b\x42\x19\x4e\x26\xb2\x00\x34\x5f\x59\x70\x3c\xc2\xfa\x12\xdd\x85\xf9\xbf\x8f\x63\xfa\x8b\xf8\xa8\xe2\x1c\xe9\x2d\x35\x8a\x96\xec\x19\x8a\x69\x9c\x37\x66\x0e\xcc\x4b\xcb\x83\x8f\x2f\xf3\xf2\xa6\x38\xe5\x17\xc7\xff\x6e\x32\x2f\x9a\x18\x1c\x3a\x6f\xe4\x63\x00\xf3\x80\x5d\xea\x85\x88\x31\x85\xa5\xec\x75\x8a\x7f\x2d\x5e\x02\x3c\xb4\xf4\x16\x9c\xf5\xd9\xfb\xcc\x6b\xf2\xd8\x2c\xdb\x78\xa5\x77\x3a\xbb\x5e\xaa\x2a\x61\x10\x9f\xc7\xf2\x5d\xb6\x7f\xf8\xe9\xff\xc0\xd1\x57\xf1\x7e\x3f\x09\x8c\x7c\xbf\x36\x93\xff\x0a\xdf\x74\xa5\x99\x7f\x82\x78\xba\xcc\x66\xd1\xff\x03\xf0\xa2\xa7\xb7\x18\xff\x1d\x00\x00\xff\xff\xcf\x26\xbf\xaa\xf4\x08\x00\x00") +var _manifests0000_90_ingressOperator_03_prometheusrulesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x94\xc1\x6e\xe3\x46\x0c\x86\xef\x7e\x0a\x42\xe8\xb1\x92\xbb\x87\x5e\x04\xe4\xb0\xe8\xa2\x68\x6f\x8b\x60\xdb\xab\xc1\x8c\x68\x89\xd8\xd1\x50\xe0\x70\xe2\x35\x52\xbf\x7b\x31\x92\x2c\x28\xb6\x83\xa4\x69\xd1\xd5\x69\xa4\x21\xff\xe1\xcf\x4f\x1c\x1c\xf8\x4f\xd2\xc8\x12\x6a\xe8\x25\xb0\x89\x72\x68\x2b\x27\x4a\x12\x2b\x27\xfd\xf6\xf1\xc3\xe6\x2b\x87\xa6\x86\xcf\x2a\x3d\x59\x47\x29\xde\x27\x4f\x9b\x9e\x0c\x1b\x34\xac\x37\x00\x01\x7b\xaa\x81\x43\xab\x14\x63\x29\x03\x29\x9a\xe8\xbc\x11\x07\x74\x54\x83\x0c\x14\x62\xc7\x7b\x2b\x6f\xc4\x79\x7c\x20\x1f\xb3\x14\x80\x8a\xa7\x1a\xd0\x93\x5a\xa9\xc9\x53\xdc\x00\x60\x08\x62\x68\x2c\x61\x0e\xe2\xe0\x7c\x6a\xa8\x52\xf2\x84\x91\xaa\x45\xbd\x62\xd9\xf2\x43\x5f\x3a\x2f\xa9\x29\x7b\x0c\xd8\x52\x53\x43\x61\x9a\xa8\x78\x3d\x35\x92\xdf\x9f\xb3\xca\x8e\xdb\xae\xc4\x47\x64\x8f\x0f\xec\xd9\x8e\x8b\x4e\x1c\xc8\xe5\x42\x5a\x95\x34\xcc\x25\x95\x73\x1b\xae\x8c\x56\x67\x17\xa3\xbb\xbc\xae\xe7\x97\x72\xb2\x59\xc3\x6f\x1f\x3f\xab\x7c\x3b\xde\x93\x17\x6c\x7e\x45\xf6\x73\x00\x00\x7d\x1b\xb4\x06\xa3\x7e\xf0\x68\xb4\x53\x49\x46\xba\xd3\x31\x70\xb7\x47\xf6\x49\x09\xee\xee\xe0\xc3\x92\xb1\x17\xad\xe1\xe7\x7e\x79\x5f\xf7\x76\x7a\x22\x3d\x92\x8e\x76\x0e\xa8\x81\x43\xbb\xec\x5d\xf5\x79\x4e\x48\x7d\x8f\x7a\x5c\xea\x84\xe9\x7c\x98\xcf\x5f\x45\x36\x14\x9d\xf2\x60\xe3\x0f\x55\x7c\xe9\x38\x4e\x16\x61\xcf\x4a\x11\x0e\x1d\x85\x45\x24\x67\x47\x30\x39\xab\xb1\x45\x70\x12\xf6\xdc\x26\x1d\x6b\xf8\x11\x0e\x1d\xbb\x0e\x0e\xec\x3d\x28\xc5\xe4\x0d\x38\x80\x75\x04\x53\x1f\x20\x88\xc1\xc0\xee\x2b\x87\x16\xd2\x00\x4a\x8e\x82\xf9\x23\x38\x25\x34\x6a\x40\x14\x7a\x69\x78\xcf\xd4\x4c\x29\xb1\x2a\x56\xd5\xf6\x14\x23\xb6\x54\x43\xf1\xdc\x58\x04\x54\x1a\xeb\xcb\xc2\x12\xe0\xe9\x09\x7e\x98\xfa\x58\x0d\xd2\xc0\xe9\x54\xc1\xfd\x54\x01\xc7\xb1\x08\xa5\xfc\x4b\x58\x0e\x7f\x43\x11\xc5\x0b\xfc\x3f\xc9\x21\x5c\x90\xef\x70\xc8\x3b\xbb\x34\x64\xca\x3f\xbd\x8b\xb2\x53\x36\x76\xe8\xff\x31\x66\x8e\xd0\xac\x4b\x7a\x1b\xdf\x9e\x4c\xd9\x45\x50\x1a\x44\x0d\xac\x43\xbb\x54\x7c\x85\xc2\x59\x21\x53\x98\x54\x72\x63\x6f\x09\x65\x38\x99\xc8\x0a\xd0\x72\xe7\xc0\xe9\x04\xdb\x6b\x74\x57\xcd\xff\x7d\x1a\xd3\x5f\x24\x98\x8a\xf7\xa4\x9f\xa8\x55\x6c\xa8\xb9\x40\x31\x8f\xf3\xce\x2d\x81\x79\xd9\xf0\xd8\xc7\xa7\x65\x79\x57\x9c\xf3\x8b\xd3\xff\x37\x99\x57\x26\xc6\x0e\x5d\x1a\x79\x1b\xc0\x3c\x60\xd7\x7a\xd1\xd0\x52\x5c\xcb\xde\xa6\xf8\xd7\xea\x23\xc0\x97\x8e\x5e\x82\xb3\xbd\xf8\x9e\x79\xcd\x3d\x76\x6b\x1b\xcf\xf4\xce\x67\xd7\x6b\x55\x25\x8c\x12\xf2\x58\xbe\xca\xf6\x8f\x30\x5f\xe8\x9e\xde\x8b\xf7\xe3\x59\x60\xe2\xfb\xbe\x99\xfc\x4f\xf8\xa6\x1b\x66\xfe\x0d\xe2\xf9\x32\x5b\x44\xbf\x07\xe0\x95\xa7\x97\x18\xff\x1d\x00\x00\xff\xff\x1e\x71\xaa\xa5\xb5\x08\x00\x00") func manifests0000_90_ingressOperator_03_prometheusrulesYamlBytes() ([]byte, error) { return bindataRead( @@ -577,12 +577,12 @@ func manifests0000_90_ingressOperator_03_prometheusrulesYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_03_prometheusrules.yaml", size: 2292, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x7e, 0xaa, 0x5a, 0x12, 0xf7, 0x51, 0xd4, 0x8f, 0xe, 0xd9, 0x51, 0xfa, 0x49, 0x2d, 0x1f, 0xe0, 0x14, 0xb, 0x97, 0x88, 0xfb, 0xd, 0x3e, 0x2a, 0x90, 0xe1, 0x55, 0xd2, 0x9a, 0x8b, 0xb1}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_03_prometheusrules.yaml", size: 2229, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1c, 0xd2, 0x94, 0xdc, 0x7d, 0xce, 0xd0, 0xe1, 0x1b, 0xa6, 0x1, 0x2b, 0x6e, 0xdc, 0x2b, 0xb3, 0xda, 0xa1, 0x67, 0x1b, 0xd0, 0x5e, 0x0, 0x86, 0x90, 0x42, 0xf0, 0x58, 0xc3, 0x9, 0xd7, 0xbd}} return a, nil } -var _manifests01ClusterRoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xbd\x4e\xec\x30\x10\x85\xfb\x3c\xc5\x68\x6f\xed\x5c\xdd\xee\x2a\x1d\x50\xd0\x2f\x12\xfd\xc4\x9e\x4d\x86\x75\x66\x22\xcf\x38\x12\x3c\x3d\x32\xfb\xd3\x80\x16\xa8\xed\xef\xe8\xcc\x77\xfe\xc0\x3d\x4b\x32\xf0\x99\x40\x57\x2a\xe8\x5a\x20\xe6\x6a\x4e\x05\x8a\x66\x02\x57\x60\x37\x78\xa2\xb2\x71\x24\xb8\x8b\x51\xab\x78\xdf\x1d\x59\xd2\x00\x0f\xa7\xaf\x7b\xcd\xd4\x82\x58\xa6\x0e\x57\x7e\xa6\x62\xac\x32\x40\x19\x31\xf6\x58\x7d\xd6\xc2\x6f\xe8\xac\xd2\x1f\xff\x5b\xcf\xfa\x77\xfb\xd7\x2d\xe4\x98\xd0\x71\xe8\x00\x04\x17\x1a\x5a\x03\xb1\x99\x0f\x1e\x58\xa6\x42\x66\xe1\xd2\xa9\x03\x40\x11\xf5\x8f\x0c\x6b\x04\x00\x4b\xcc\x35\x51\x5f\x28\x13\x1a\xf5\x57\xba\xe5\xf3\xb8\x84\x98\xb5\xa6\xb0\xa0\xe0\x44\x69\x80\x9d\x97\x4a\xbb\xef\x51\xa3\x7c\xb8\x50\x61\xe6\x69\x0e\xb8\x21\x67\x1c\x39\xb3\xbf\xfe\x22\x87\x65\xca\x14\x44\x13\x85\x44\x1b\xe5\x76\xcc\x15\xb7\x3a\xbe\x50\x74\x1b\xba\x00\x27\x97\x67\xc5\x67\xc3\x57\x29\x5f\xa8\x68\x0f\xb6\x62\xbc\xad\xac\xcd\xb7\xa7\x43\x93\xf5\x69\xac\xe6\x73\xe5\xc7\xa2\x75\xbd\xb1\xd2\x4f\x86\x79\x0f\x00\x00\xff\xff\x73\x86\x17\xa7\x42\x02\x00\x00") +var _manifests01ClusterRoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xd0\x31\x4f\xfb\x30\x10\x05\xf0\x3d\x9f\xe2\xd4\xff\xec\xfc\xc5\x86\xb2\x01\x03\x7b\x91\xd8\x2f\xf6\x35\x39\xea\xdc\x45\xbe\x73\x25\xf8\xf4\xc8\xb4\xcd\x02\x2a\xcc\xf6\x7b\xba\xf7\xfb\x07\x8f\x2c\xc9\xc0\x67\x02\x5d\xa9\xa0\x6b\x81\x98\xab\x39\x15\x28\x9a\x09\x5c\x81\xdd\xe0\x85\xca\x89\x23\xc1\x43\x8c\x5a\xc5\xfb\xee\xc8\x92\x06\x78\x3a\x7f\xdd\x6b\xa6\x56\xc4\x32\x75\xb8\xf2\x2b\x15\x63\x95\x01\xca\x88\xb1\xc7\xea\xb3\x16\xfe\x40\x67\x95\xfe\x78\x6f\x3d\xeb\xff\xd3\x5d\xb7\x90\x63\x42\xc7\xa1\x03\x10\x5c\x68\x68\x17\x88\xcd\x7c\xf0\xc0\x32\x15\x32\x0b\xd7\x9b\x3a\x00\x14\x51\xff\xea\xb0\x96\x00\x60\x89\xb9\x26\xea\x0b\x65\x42\xa3\x7e\x4b\xb7\x7e\x1e\x97\x10\xb3\xd6\x14\x16\x14\x9c\x28\x0d\xb0\xf3\x52\x69\xf7\x7b\xd4\x28\x1f\xae\xa9\x30\xf3\x34\x07\x3c\x21\x67\x1c\x39\xb3\xbf\x6f\x3d\x56\xc7\x37\x8a\x6e\x43\x17\xe0\x8c\x71\x31\xba\x10\x6d\xab\x7e\xd8\xd2\x1e\x6c\xc5\x78\x7b\x73\xf3\xdf\xd3\xa1\xad\xfd\xa6\xdd\x40\x56\x7e\x2e\x5a\xd7\x1b\xcc\x7f\x91\xfd\x0c\x00\x00\xff\xff\x6d\x03\x2c\xc4\x03\x02\x00\x00") func manifests01ClusterRoleBindingYamlBytes() ([]byte, error) { return bindataRead( @@ -597,12 +597,12 @@ func manifests01ClusterRoleBindingYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-cluster-role-binding.yaml", size: 578, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xa8, 0x1b, 0xcf, 0x90, 0x46, 0xd8, 0xa8, 0x3f, 0xbd, 0x3c, 0x91, 0xc6, 0xa1, 0xd8, 0xd5, 0xe2, 0x9e, 0x8, 0xa6, 0xe3, 0xe2, 0xab, 0x1, 0xb5, 0xb8, 0xb3, 0xd2, 0x9b, 0x4c, 0xa2, 0xa4}} + info := bindataFileInfo{name: "manifests/01-cluster-role-binding.yaml", size: 515, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0x82, 0x94, 0xe1, 0x7b, 0x60, 0x9f, 0x71, 0xfc, 0x98, 0x2e, 0xc7, 0x3b, 0x66, 0x69, 0xa6, 0x85, 0xad, 0x85, 0x40, 0x98, 0x12, 0x63, 0x6, 0x67, 0xc, 0xf9, 0x27, 0xdb, 0xb1, 0xb8, 0x87}} return a, nil } -var _manifests01RoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\xbd\x6e\xe4\x30\x0c\x84\x7b\x3f\x05\xb1\x5b\xcb\x87\xeb\x0e\xee\x2e\x4d\xfa\x0d\x90\x9e\x96\x68\x9b\x59\x99\x34\x24\xda\x40\xf2\xf4\x81\x76\xbd\x3f\x01\xf2\x83\x20\x45\x52\xa4\x16\x47\x43\x7e\x33\x5b\xb8\x61\x09\x19\x6c\x20\xd0\x89\x12\x9a\x26\x48\x1a\x09\x4c\x81\x2d\xc3\x1d\xa5\x85\x3d\xc1\x7f\xef\x75\x16\xab\xab\x3d\x4b\x68\x60\xa7\x91\x8a\x92\xa5\xaf\x70\xe2\x7b\x4a\x99\x55\x1a\x48\x2d\xfa\x1a\x67\x1b\x34\xf1\x13\x1a\xab\xd4\xfb\x7f\xb9\x66\xfd\xb3\xfc\xad\x46\x32\x0c\x68\xd8\x54\x00\x82\x23\x35\xc0\xd2\x27\xca\xd9\x9d\xac\xd7\x87\x3c\xa1\xa7\xa6\x2c\x24\x79\xe0\xce\xdc\x2b\x73\x28\xa2\x76\x70\xc8\xe5\x3f\x00\x16\x1f\xe7\x40\x75\xa2\x48\x98\xa9\x3e\xab\x8b\x3b\xb7\xa3\xf3\x51\xe7\xe0\x46\x14\xec\x29\x34\xb0\xb1\x34\xd3\xe6\x63\x69\xa6\xd8\x9d\x54\x6e\xe0\x7e\x70\xb8\x20\x47\x6c\x39\xb2\x3d\x7e\xe2\x1f\x96\x3e\x92\x13\x0d\xe4\x02\x2d\x14\xcb\x31\x67\x79\x9e\xdb\x07\xf2\x96\x9b\xca\xc1\x11\xf1\x4a\x7e\x05\xff\x75\x64\x25\xd5\x1d\x75\x05\xd6\x25\xc3\x02\x72\xe2\xdb\xa4\xf3\xf4\x4e\x78\x6f\x9b\x3b\xe7\xaa\xed\x75\x1b\xa0\xd3\xf4\xb2\x4d\xa6\x10\x28\x92\xd1\x61\x0c\x50\xc2\xf5\x7c\xae\xb6\xc0\x72\x52\xac\xbb\x7b\x95\x8e\xfb\xcb\x5d\xdf\xd4\xba\xe3\x1a\xbf\x5d\xfb\x21\x5d\x7b\x0e\x00\x00\xff\xff\x2d\x9f\xa9\x08\xac\x04\x00\x00") +var _manifests01RoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x52\x3b\x6f\xe3\x30\x0c\xde\xfd\x2b\x88\x64\x96\x0f\xb7\x1d\xbc\xdd\x2d\xb7\xa7\x40\x77\x5a\xa2\x6d\x36\x32\x69\x88\x74\x80\xf6\xd7\x17\x4e\x9c\x47\x81\x3e\x86\x16\xe8\xd2\x59\xfc\xf4\x3d\xb7\xf0\x8f\x25\x19\xf8\x40\xa0\x13\x15\x74\x2d\x50\x34\x13\xb8\x02\xbb\xc1\x1d\x95\x03\x47\x82\xbf\x31\xea\x2c\x5e\x57\x7b\x96\xd4\xc0\x4e\x33\x2d\x48\x96\xbe\xc2\x89\xef\xa9\x18\xab\x34\x50\x5a\x8c\x35\xce\x3e\x68\xe1\x27\x74\x56\xa9\xf7\x7f\xac\x66\xfd\x75\xf8\x5d\x8d\xe4\x98\xd0\xb1\xa9\x00\x04\x47\x6a\x80\xa5\x2f\x64\x16\xce\xd4\xeb\x83\x4d\x18\xa9\x59\x04\x89\x0d\xdc\x79\x78\xe5\x0e\x45\xd4\x8f\x0c\xb6\xfc\x07\xc0\x12\xf3\x9c\xa8\x2e\x94\x09\x8d\xea\x0b\x7a\x61\xe7\x76\x0c\x31\xeb\x9c\xc2\x88\x82\x3d\xa5\x06\x36\x5e\x66\xda\x7c\x0c\x35\xca\xdd\x19\x15\x06\xee\x87\x80\x07\xe4\x8c\x2d\x67\xf6\xc7\xcb\x3f\x36\xb7\x0f\x14\xdd\x9a\x2a\xc0\x29\xa3\x35\xba\x35\xb9\xcf\x7b\x5e\x6a\xd9\x51\xb7\xb8\xbd\x96\xb0\x24\x31\xf1\xff\xa2\xf3\xf4\x4e\xfa\x6f\x93\x87\x10\xaa\xed\x6d\x9d\xd0\x69\x79\x39\x07\x57\x48\x94\xc9\xe9\x78\x06\x28\xe9\xf6\xde\xaa\x2d\xb0\x9c\x11\xab\xf6\xa8\xd2\x71\x7f\xf5\xf5\x4d\xb3\x39\xc9\xf8\x19\xcb\x57\x8d\xe5\x39\x00\x00\xff\xff\x23\x28\x90\xb8\x2e\x04\x00\x00") func manifests01RoleBindingYamlBytes() ([]byte, error) { return bindataRead( @@ -617,12 +617,12 @@ func manifests01RoleBindingYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-role-binding.yaml", size: 1196, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0xb4, 0xf5, 0xd1, 0x96, 0x2, 0x91, 0xab, 0x74, 0xba, 0x17, 0xf7, 0x95, 0x51, 0xb1, 0xd2, 0x31, 0x19, 0x7b, 0xf2, 0x4c, 0x59, 0x65, 0xd7, 0xb8, 0x4b, 0x6d, 0xb5, 0x89, 0x3, 0xdd, 0x3f}} + info := bindataFileInfo{name: "manifests/01-role-binding.yaml", size: 1070, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0xec, 0x45, 0x25, 0xae, 0x2, 0x91, 0xdf, 0x19, 0x63, 0xd0, 0x23, 0x27, 0xe, 0x4a, 0xad, 0x84, 0x8, 0x8f, 0xc9, 0xf2, 0x16, 0xe3, 0x9d, 0x26, 0x71, 0x21, 0x76, 0x49, 0xad, 0x14, 0xc9}} return a, nil } -var _manifests01RoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x52\xbd\x6e\xde\x30\x0c\xdc\xf5\x14\x82\xb3\x15\x90\x8b\x6e\x85\xc7\x2e\xdd\x3b\x74\xa7\xa5\xfb\x6c\x22\x32\x29\x48\xb2\x81\xf4\xe9\x0b\xff\x36\xc9\xd7\x20\xe8\xd2\x25\x1b\x25\xde\x1d\xff\xee\xc1\xfe\xd0\x08\x7b\xd3\x6c\xeb\x08\xab\x09\x99\xaa\x66\xcb\xb5\x20\xde\x5a\xf3\xc8\x12\xba\x0d\x63\x28\xf1\x4f\xe4\xc2\x2a\x9d\xcd\x3d\xf9\x96\xe6\x3a\x6a\xe6\x5f\x54\x59\xa5\x7d\xfc\x5a\x5a\xd6\xcf\xcb\x17\x33\xa1\x52\xa0\x4a\x9d\xb1\x56\x68\x42\x67\x59\x86\x8c\x52\xdc\x29\x7f\x24\x4a\x22\x8f\x6e\x2d\x2a\x65\xe4\x5b\x75\x7f\xc1\x91\x88\xd6\xad\x42\x59\xf5\xac\x65\xf1\x71\x0e\x68\x33\x22\xa8\xa0\xbd\xd8\x6b\x75\xee\x27\xe7\xa3\xce\xc1\x4d\x24\x34\x20\x74\xb6\xa9\x79\x46\xf3\x3e\x75\x9d\xf7\x64\xb9\x91\x87\xd1\xd1\x42\x1c\xa9\xe7\xc8\xf5\xe9\x1f\x74\x58\x86\x08\x27\x1a\xe0\x02\x16\xc4\x75\x98\x8b\x9e\xe7\x88\xd2\x19\x67\x29\xf1\xf7\xac\x73\xda\xa6\x72\xd7\xe2\x5f\x68\x19\x6b\x33\x8a\xce\xd9\xe3\x80\x35\x9f\xd6\x0e\x16\xe4\xfe\xd9\xc7\xbd\x5a\xd3\xdc\x53\x93\x86\xb2\x05\x05\x79\x61\x8f\xfd\x01\x09\x49\x59\xea\xfe\x4a\xeb\x7d\x4b\x85\xd4\x45\xe3\x3c\xc1\x47\xe2\xe9\x00\x2e\x38\x51\x5e\xe5\xc6\xc3\x44\xe9\xd4\xf3\x19\x5b\xea\xdd\xbe\x28\x6d\x9c\x57\x9d\x05\xa4\xa8\x4f\xd3\xa5\xff\xac\xc1\x57\x8a\xce\x39\xf3\x96\x63\xab\xda\x80\x88\x8a\x3d\x4f\x12\xb6\xe0\x1b\x4b\x60\x19\x8a\x79\xb0\x2c\x27\xe3\xb0\xdb\x3e\xc8\x1f\x2b\xfe\x6f\xbb\xef\xf5\x3f\x8e\xc9\xdf\x5c\xe3\xbd\x27\xb2\xc6\xc3\xa1\x6b\xd4\x9f\x47\x7c\xe1\x88\xfd\xdc\xe6\x77\x00\x00\x00\xff\xff\x6a\x68\x9e\x35\xc3\x04\x00\x00") +var _manifests01RoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x52\x3d\x6f\xdd\x30\x0c\xdc\xf5\x2b\x08\x67\x2b\x20\x17\xdd\x0a\x8f\x5d\xba\x77\xe8\x4e\x4b\x7c\x36\x11\x99\x14\x28\xd9\x40\xfa\xeb\x0b\x7f\x36\xc9\x6b\xf0\xb6\x02\xdd\x28\x91\x77\x3c\xe9\xee\x09\x7e\x68\x22\xb8\xa9\x41\x1d\x09\x34\x93\x61\x55\x03\xae\x85\xd2\xad\x75\xcf\x2c\xb1\xdb\x66\x1c\x66\xfe\x49\x56\x58\xa5\x03\xeb\x31\xb4\x38\xd7\x51\x8d\x7f\x61\x65\x95\xf6\xf9\x6b\x69\x59\x3f\x2f\x5f\xdc\x44\x15\x23\x56\xec\x1c\x80\xe0\x44\x1d\xb0\x0c\x46\xa5\xf8\x93\xfe\x68\x94\x8c\x81\xba\x75\xa9\x94\x91\x6f\xd5\xff\x65\x0e\x45\xb4\x6e\x1b\xca\xca\x07\xc0\x12\xd2\x1c\xa9\x35\x4a\x84\x85\xda\x0b\xbd\x6e\xe7\x7e\xf2\x21\xe9\x1c\xfd\x84\x82\x03\xc5\x0e\x9a\x6a\x33\x35\x8f\xa1\xeb\x7b\x4f\x94\x1f\x79\x18\x3d\x2e\xc8\x09\x7b\x4e\x5c\x5f\x2e\x1e\x9b\x13\x95\xce\x79\xc0\xcc\xdf\x4d\xe7\xbc\xc9\xf2\xd7\xcf\xbd\x21\x75\x00\x46\x45\x67\x0b\x74\x8c\x35\x9f\x56\x29\x0b\x59\xff\xea\xe2\x9e\xad\x69\xee\xa1\x59\x63\xd9\x8a\x42\xb6\x70\xa0\xfd\x40\x12\xb3\xb2\xd4\xfd\x94\x57\x83\x4a\x25\xa9\x8b\xa6\x79\xa2\x90\x90\xa7\x63\x70\xa1\x73\x2a\xa8\xdc\x78\x98\x30\x9f\x7c\xc1\x68\x6b\x3d\xd4\x85\x79\xc3\xbc\x53\x16\x29\x27\x7d\x99\x2e\xfe\x57\x02\xdf\x31\x7a\xef\xdd\x47\x91\xab\x0a\x91\x12\x55\xda\xfb\x28\x71\x2b\xbe\xb1\x44\x96\xa1\xb8\x27\x60\x39\x11\x47\x5e\xf6\x87\xfc\xc9\xd2\xbf\xce\xeb\xbe\xff\x3f\x4a\xe9\x87\xff\x70\x6f\xaa\x69\x3a\x22\xb6\x56\xfd\xe9\xc2\x1b\x4b\x77\xbf\xdc\xef\x00\x00\x00\xff\xff\x7f\x9b\x3d\x93\x45\x04\x00\x00") func manifests01RoleYamlBytes() ([]byte, error) { return bindataRead( @@ -637,12 +637,12 @@ func manifests01RoleYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-role.yaml", size: 1219, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0xe5, 0x92, 0x85, 0x96, 0x0, 0xd4, 0xff, 0x8a, 0x66, 0x86, 0x5d, 0x30, 0x5e, 0xbb, 0x48, 0x7f, 0x3c, 0x7e, 0xed, 0xcd, 0x43, 0x7f, 0x39, 0x5, 0x9d, 0x4c, 0xad, 0x86, 0x84, 0x29, 0xe0}} + info := bindataFileInfo{name: "manifests/01-role.yaml", size: 1093, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0x59, 0xef, 0x7a, 0x94, 0xb, 0xfd, 0xd0, 0x9b, 0x9a, 0xf3, 0x4d, 0x61, 0x1c, 0xba, 0xd4, 0x73, 0xf8, 0xcd, 0xeb, 0xa, 0x19, 0xec, 0x98, 0x6a, 0xa7, 0xb1, 0xc9, 0xab, 0xc7, 0x7, 0x77}} return a, nil } -var _manifests01ServiceAccountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xb1\x6e\xf3\x30\x0c\x84\x77\x3f\x05\x91\xcc\xf2\x8f\x7f\xd5\xd6\xb1\x73\x81\xee\x8c\x74\xb1\x89\xca\x94\x2b\x52\x06\xfa\xf6\x85\x82\x24\x53\x81\xa2\xb3\xee\xfb\xee\xc4\x33\xbd\xa4\x54\xbb\x3a\x5d\x6b\x23\x5f\x41\x75\x47\x63\xaf\x8d\xc4\x0d\xe5\x3a\xd3\xab\x93\xad\xb5\x97\x4c\x0d\x9f\x5d\x1a\x48\x79\x83\xed\x9c\x40\x96\xea\x8e\x3c\x9d\x69\x47\xdb\xc4\x4c\xaa\xda\x3c\x7d\x88\xe6\x48\x6f\x68\x87\x24\xdc\xfd\x13\xef\xf2\x8e\x36\x12\x91\x8e\xff\xd3\x06\xe7\xcc\xce\x71\xa2\x9b\x2f\x92\xe8\xd2\x60\x16\x1e\x03\xee\x0f\xb7\xa2\x38\x66\xa9\xad\x72\xf5\xf0\x43\x8e\x55\xab\xb3\x8f\xf6\xe1\x23\x12\x4d\xa5\x67\xcc\x0d\x05\x6c\x98\x9f\xf4\x2c\xf5\x9f\x5c\xb6\x90\x4a\xed\x39\x6c\xac\xbc\x20\x47\x3a\x79\xeb\x38\xfd\x8e\x8e\x8b\x3c\xa8\xb0\xca\xb2\x06\x3e\x58\x0a\x5f\xa4\x88\x7f\xfd\xc1\x23\xba\x14\x04\xad\x19\x21\xe3\x40\x19\x9f\x79\xe2\xdf\x01\x00\x00\xff\xff\xea\x53\x09\xdb\x95\x01\x00\x00") +var _manifests01ServiceAccountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xb1\x6e\xc3\x30\x0c\x44\x77\x7f\x05\x91\xcc\x72\xd1\x55\x5b\xc7\xce\x05\xba\x33\xd2\xc5\x26\x2a\x4b\x2e\x49\x19\xe8\xdf\x17\x0a\x92\x4c\x05\x3a\xf3\xde\xbb\x03\xcf\xf4\x96\x52\xeb\xd5\xe9\xda\x94\x7c\x05\xb5\x1d\xca\xde\x94\xc4\x0d\xe5\x3a\xd3\xbb\x93\xad\xad\x97\x4c\x8a\xef\x2e\x0a\xaa\xbc\xc1\x76\x4e\x20\x4b\x6d\x47\x9e\xce\xb4\x43\x37\x31\x93\x56\x6d\x9e\xbe\xa4\xe6\x48\x1f\xd0\x43\x12\xee\xfe\x89\x77\xf9\x84\x8e\x44\xa4\xe3\x75\xda\xe0\x9c\xd9\x39\x4e\x74\xf3\x45\x92\xba\x28\xcc\xc2\x63\xc0\xfd\x70\x2b\x8a\x63\x56\xb5\x55\xae\x1e\xfe\xc8\x71\xad\xcd\xd9\x47\xfb\xf0\x11\x49\x4d\xa5\x67\xcc\x8a\x02\x36\xcc\x4f\x7a\x96\xf6\x22\x97\x2d\xa4\xd2\x7a\x0e\x1b\x57\x5e\x90\x23\x9d\x5c\x3b\x4e\xff\xa3\xe3\x23\x0f\x2a\xac\xb2\xac\x81\x0f\x96\xc2\x17\x29\xe2\x3f\x4f\xcf\x6f\x00\x00\x00\xff\xff\x3a\xe2\x73\x63\x56\x01\x00\x00") func manifests01ServiceAccountYamlBytes() ([]byte, error) { return bindataRead( @@ -657,12 +657,12 @@ func manifests01ServiceAccountYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-service-account.yaml", size: 405, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xad, 0xd6, 0xa0, 0x7, 0xbe, 0xef, 0xb7, 0x45, 0x50, 0xfc, 0x8f, 0xe6, 0xd0, 0xb0, 0x87, 0xc1, 0x3c, 0x81, 0xfc, 0xc0, 0x9e, 0x1b, 0x9b, 0xf4, 0x4a, 0x3c, 0xb2, 0xd5, 0x23, 0x93, 0x1, 0xdd}} + info := bindataFileInfo{name: "manifests/01-service-account.yaml", size: 342, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0x73, 0x6d, 0xcc, 0xfb, 0xfd, 0x1e, 0x1, 0x1, 0xd5, 0x41, 0x5e, 0x8b, 0xd4, 0x70, 0x22, 0x6c, 0x60, 0xe9, 0x84, 0xf9, 0x14, 0x56, 0x3e, 0x9d, 0xa3, 0xc3, 0xab, 0xdb, 0x95, 0xf3, 0x4c}} return a, nil } -var _manifests01ServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbf\x6a\x33\x31\x10\xc4\xfb\x7b\x0a\xe1\x5e\xf7\xf1\xe1\xca\x6a\x53\xa5\x33\x04\xd2\xef\xe9\xc6\xe7\x25\xba\x95\xd8\xdd\x3b\xf0\xdb\x07\xff\x4b\x48\x5c\x98\x94\xa3\xd1\x6f\x66\x24\x6a\xfc\x0e\x35\xae\x92\xc2\xfa\xbf\xfb\x60\x19\x53\x78\x83\xae\x9c\xd1\xcd\x70\x1a\xc9\x29\x75\x21\x90\x48\x75\x72\xae\x62\x67\x19\x02\x4b\x2e\xcb\x88\x5e\x51\x40\x86\xbe\x36\x88\x1d\xf9\xe0\x3d\xd7\x7f\x3c\xcc\x31\x97\xba\x8c\x71\x26\xa1\x09\x63\x0a\x1b\xd7\x05\x9b\xe7\xa8\xa1\x1c\xee\x54\x3c\xf2\x74\x8c\xb4\x12\x17\x1a\xb8\xb0\x9f\xfe\x90\xc3\x32\x15\x44\xa9\x23\xe2\x88\x15\xa5\x36\xe8\x0f\xdc\xae\xcf\xec\x07\x38\xfd\xde\xa0\x2b\xcb\x14\x33\xd4\xa3\x21\x2b\x3c\x0a\xcd\x48\x61\x86\x2b\x67\x8b\x5e\xac\x0b\xa1\xd0\x80\x72\xfb\x8f\xab\xcf\x32\x29\xcc\xe2\xb9\x8c\xbc\x6a\x77\x37\x6e\xe0\x4d\x5b\xa3\x8c\x14\xbe\x4a\xe3\x03\x67\x0d\xf9\x1c\xdc\xaa\xfa\xa5\x21\x3e\x04\x5d\xcd\x14\x76\xdb\xdd\xf6\x22\x9d\x74\x82\xef\x2f\x87\xdf\xd7\x0c\x05\xd9\xab\x3e\x99\xe9\xa7\x86\x14\x5e\xca\x62\x0e\x7d\xdd\x77\x9f\x01\x00\x00\xff\xff\x4b\xbb\xe1\xcf\x1a\x02\x00\x00") +var _manifests01ServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xbd\x6e\xc3\x30\x0c\x84\x77\x3f\x05\x91\x5d\x2e\x8a\x4c\xd1\xda\xa9\x5b\x80\x02\xdd\x69\xf9\xe2\x10\x95\x25\x81\xa4\x0d\xe4\xed\x8b\xfc\xb5\x68\x33\x64\x3c\x9d\xbe\x8f\x24\x37\xf9\x84\x9a\xd4\x12\x69\x7d\xed\xbe\xa4\x8c\x91\x3e\xa0\xab\x24\x74\x33\x9c\x47\x76\x8e\x1d\x11\x97\x52\x9d\x5d\x6a\xb1\x73\x24\x92\x92\xf2\x32\xa2\x57\x64\xb0\xa1\xaf\x0d\xc5\x8e\x72\xf0\x5e\xea\x8b\x0c\x73\x48\xb9\x2e\x63\x98\xb9\xf0\x84\x31\xd2\xc6\x75\xc1\xe6\x39\x6a\xc8\x87\x3b\x15\x8e\x32\x1d\x03\xaf\x2c\x99\x07\xc9\xe2\xa7\x3f\x1e\xbb\xee\xd9\x0f\x70\xfe\x2f\xd1\x55\xca\x14\x12\xd4\x83\x21\x29\x3c\x14\x9e\x11\x69\x86\xab\x24\x0b\x9e\xad\x23\xca\x3c\x20\xdf\x0e\xba\xf6\x52\x26\x85\x59\xa8\x0d\xca\x5e\xb5\xbb\x17\x37\xf0\x96\xad\x71\x42\xa4\x9f\xa1\xe1\x81\xb3\x86\x74\x16\xb7\xaa\x7e\x99\x10\x1e\x44\xd7\x32\xd2\x6e\xbb\xdb\x5e\xa2\xb3\x4e\xf0\xfd\xe5\xf1\xf7\x9b\x21\x23\x79\xd5\x27\x6b\xfa\xa9\x21\xd2\x5b\x5e\xcc\xa1\xef\xfb\xee\x3b\x00\x00\xff\xff\xa8\xbd\xf5\x18\xdb\x01\x00\x00") func manifests01ServiceYamlBytes() ([]byte, error) { return bindataRead( @@ -677,12 +677,12 @@ func manifests01ServiceYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-service.yaml", size: 538, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x8b, 0xe8, 0x44, 0xe2, 0x76, 0xc5, 0x6d, 0x14, 0xb1, 0x10, 0xc6, 0x1, 0xe4, 0x85, 0x56, 0x8b, 0xa0, 0x49, 0x8c, 0x1b, 0xbc, 0x2d, 0x77, 0xc7, 0xc, 0x44, 0x4d, 0xf8, 0xa2, 0x6d, 0x5}} + info := bindataFileInfo{name: "manifests/01-service.yaml", size: 475, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0x1b, 0xd7, 0x65, 0x40, 0xac, 0x88, 0xdd, 0xa7, 0xa8, 0x32, 0x9e, 0x15, 0x3e, 0xa9, 0x3b, 0x75, 0xfe, 0x44, 0x70, 0x30, 0xf6, 0xde, 0x3, 0xf7, 0xd5, 0x6a, 0x18, 0xd6, 0x1c, 0x56, 0xd7}} return a, nil } -var _manifests01TrustedCaConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xbd\x4e\xec\x30\x10\x85\xfb\x3c\xc5\x68\xb7\x76\xae\x6e\x9b\x96\x9a\x0e\xd1\x4f\xec\x93\x64\x58\x67\xc6\xb2\x27\x8b\x78\x7b\xb4\x7f\xb0\x20\x24\x44\xe9\xb1\xbf\x63\x9d\x6f\xf6\xf4\xb4\x80\x14\xfe\x6a\xf5\x40\x56\x50\xd9\xad\x92\x34\xaa\x68\xc5\xb4\xc9\x98\x41\xd3\x69\xa4\x2f\x88\x2e\x3a\x77\x7b\xf2\x05\xe4\x75\x6b\x8e\x44\x91\x69\xdc\x34\x65\x90\xa8\x1b\xf9\x22\x8d\xa2\xe9\x24\xf3\xca\xa5\xef\xb8\xc8\x33\x6a\x13\xd3\x81\x8e\xff\xbb\x83\x68\x1a\xe8\xe1\x7c\xff\xc8\xa5\x5b\xe1\x9c\xd8\x79\xe8\x88\x58\xd5\x9c\x5d\x4c\xdb\xe9\x48\x24\x1a\xf3\x96\xd0\x57\x64\x70\x43\x6f\x05\xda\x16\x99\xbc\x17\xfb\x27\xe3\x1a\x62\xb6\x2d\x85\x95\x95\x67\xa4\x81\x76\x5e\x37\xec\x7e\x47\x1b\xf2\x74\xa3\xc2\x22\xf3\x12\xf8\xc8\x92\x79\x94\x2c\xfe\xf6\x87\x1c\xd1\x39\x23\xa8\x25\x84\x84\x23\xf2\xc9\xdf\x17\xfc\x47\x2c\x56\xb0\x23\x98\xe6\xfb\xbf\x32\x8f\xc8\xd7\xe2\x17\x7f\xdf\xfa\x9e\xfd\x87\xab\xf6\x10\xf9\x62\xfd\x2e\x41\x79\xc5\x40\x9f\x0f\xae\xa3\x56\x38\x62\xa0\x8f\xb0\x20\x3a\x57\xb4\x16\x6e\xdb\xee\xde\x03\x00\x00\xff\xff\x4b\xe9\x81\x95\x05\x02\x00\x00") +var _manifests01TrustedCaConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xbd\x4e\xc4\x30\x10\x84\xfb\x3c\xc5\xea\xae\x76\x10\x6d\x5a\x6a\x3a\x44\xbf\xb1\x27\xc9\x72\xce\xda\xf2\x6e\x0e\xf1\xf6\xe8\xfe\xe0\x40\x48\x94\x1e\xcf\x8c\x46\xdf\xee\xe9\x65\x01\x29\xfc\xbd\xb4\x03\x95\x8a\xc6\x5e\x1a\x89\x51\x83\xd5\xa2\x26\x63\x06\x4d\x27\x49\xdf\x10\x5d\x74\xee\xf6\xe4\x0b\xc8\xdb\x66\x8e\x44\x91\x69\xdc\x34\x65\x90\xa8\x17\xf2\x45\x8c\x62\xd1\x49\xe6\x95\x6b\xdf\x71\x95\x57\x34\x93\xa2\x03\x1d\x1f\xbb\x83\x68\x1a\xe8\xe9\xfc\xff\xcc\xb5\x5b\xe1\x9c\xd8\x79\xe8\x88\x58\xb5\x38\xbb\x14\xb5\xd3\x93\x48\x34\xe6\x2d\xa1\x6f\xc8\x60\x43\x5f\x2a\xd4\x16\x99\xbc\x97\xf2\x20\xe3\x1a\x62\x2e\x5b\x0a\x2b\x2b\xcf\x48\x03\xed\xbc\x6d\xd8\xfd\x1f\x35\xe4\xe9\x96\x0a\x8b\xcc\x4b\xe0\x23\x4b\xe6\x51\xb2\xf8\xc7\x8f\x9e\x3f\xf3\xb1\x81\x1d\xa1\x68\xbe\x37\x67\x1e\x91\xaf\xcb\x2f\x00\x7e\x0d\x3e\x03\x0c\x57\x6e\x21\xf2\x05\xdb\x5d\x83\xf2\x8a\x81\xbe\x0d\x57\xc9\x2a\x47\x0c\xf4\x55\x16\x44\xe7\x06\xb3\x70\x3b\x57\xf7\x19\x00\x00\xff\xff\xe0\xaa\xd0\xc5\xc6\x01\x00\x00") func manifests01TrustedCaConfigmapYamlBytes() ([]byte, error) { return bindataRead( @@ -697,8 +697,8 @@ func manifests01TrustedCaConfigmapYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-trusted-ca-configmap.yaml", size: 517, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x48, 0x3c, 0xcc, 0x93, 0xb2, 0xfb, 0xe6, 0xf2, 0xa0, 0xf1, 0xa6, 0x13, 0x30, 0x9e, 0xcf, 0xda, 0xd5, 0xbf, 0xa7, 0x4f, 0xff, 0x2, 0x53, 0x8a, 0x30, 0x75, 0xbe, 0x74, 0xa4, 0x8b, 0x9b}} + info := bindataFileInfo{name: "manifests/01-trusted-ca-configmap.yaml", size: 454, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xbf, 0x99, 0xeb, 0x87, 0x90, 0x78, 0xc0, 0xdb, 0xf2, 0x95, 0x83, 0x3c, 0x31, 0xb0, 0x73, 0x6f, 0x23, 0x65, 0xc1, 0xf6, 0x1e, 0xf1, 0xce, 0x51, 0x72, 0xf2, 0xca, 0x3d, 0xac, 0x6d, 0x26}} return a, nil } @@ -722,7 +722,7 @@ func manifests02DeploymentIbmCloudManagedYaml() (*asset, error) { return a, nil } -var _manifests02DeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\xdf\x6f\xdb\x36\x10\x7e\xcf\x5f\x41\x68\x03\xba\x01\xa5\xe5\xa4\x3f\xb6\x0a\xc8\x83\xe7\xb8\x4d\x80\x38\x09\xe2\xa0\xc1\x9e\x8c\x33\x75\xb6\x38\x53\xa4\x4a\x1e\xdd\x08\xc3\xfe\xf7\x81\xb2\x6c\x4b\xb2\xe3\xfa\xa5\x7e\x4a\xc8\xfb\xbe\xbb\xfb\xee\x78\xa4\xa0\x90\x5f\xd1\x3a\x69\x74\xc2\xa0\x28\x5c\xbc\x3a\x3f\x5b\x4a\x9d\x26\xec\x0a\x0b\x65\xca\x1c\x35\x9d\xe5\x48\x90\x02\x41\x72\xc6\x98\x86\x1c\x13\x26\xf5\xc2\xa2\x73\xdc\x14\x68\x81\x8c\xad\x37\x5c\x01\x02\x13\x66\x0a\xd4\x2e\x93\x73\xe2\x07\xec\x40\x6b\x43\x40\xd2\x68\x17\xf8\x18\x13\x46\xcf\xe5\xa2\xb7\x05\xf5\xa4\x89\xa5\xfe\x07\x05\xf1\xc2\x9a\x97\xf2\xa0\x37\xc6\xa4\x16\xca\xa7\xd8\xb3\xa8\x10\x1c\xb6\xf1\x0e\xd5\x9c\xe7\xa0\x61\x81\x29\xcf\xe4\x22\xe3\xb0\x02\xa9\x60\x26\x95\xa4\x32\x61\x11\x59\x8f\xd1\x09\x3c\x52\x2f\x14\x72\x6d\x52\xe4\x29\xae\x50\x85\x10\xb6\x70\x57\xa0\x08\x39\x58\x2c\x94\x14\xe0\x12\x76\x7e\xc6\x98\x23\x0b\x84\x8b\x72\x9d\x1d\x95\x05\x26\xec\x11\x85\x45\x20\x0c\xdb\xa8\x50\x90\xb1\xeb\xed\x1c\x48\x64\xb7\x30\x43\x55\xab\x71\x44\x61\xc2\xbc\x50\x40\x58\x23\x1b\x45\x09\xbf\x3d\x5d\x2b\xef\x60\x17\x48\xbd\xef\xc6\x2e\x95\x81\xb4\x9d\xdc\x5a\x9f\x50\xe1\x84\xbd\xf9\x37\xc2\xf9\x1c\x05\x45\x09\x8b\x1e\x2c\xce\xd1\x5a\x4c\xaf\xbc\x95\x7a\x31\x11\x19\xa6\x5e\x49\xbd\x88\xfe\x7b\x53\x53\xab\x56\xc8\x47\x82\x66\x6c\xa3\x52\x65\x66\x52\x9c\xb4\x04\x08\xbf\xa5\x9f\xa1\xd5\x48\xe8\x42\x58\xc6\x25\x4c\x49\xed\x5f\x76\xe4\x41\x7e\x6b\x14\xf6\xda\x96\x39\x38\xaa\xca\x11\xd5\xa6\x64\x54\x70\xdc\xd4\x80\xb3\x25\x86\x82\x1f\xe7\x88\xb6\xbe\x36\xa1\x27\x2c\x1a\xbd\x48\x47\x6e\xb7\xb5\x16\x28\x61\xd1\x9d\xa9\x25\xc1\xe8\x80\x97\x8e\x03\xaf\x2d\x82\xc8\x60\xb6\xb3\x3e\xd5\xcb\xe8\x05\x85\xa7\x06\x6c\x97\xdf\x04\x85\xd1\x69\xe8\xb8\x8b\xfe\x8f\x63\xd0\x86\xb8\x45\x48\xcb\x9f\x1b\x81\x43\xbb\x92\x02\x07\x42\x18\xaf\xe9\xee\xf5\x96\x60\xac\xb0\xd2\x58\x49\xe5\x50\x81\x73\x6b\x4b\x57\x3a\xc2\x9c\x0b\xe5\x43\x45\xb8\xb0\x92\xa4\x00\x55\x03\x84\xd1\x04\x52\xa3\x6d\x34\x1d\x3f\xd6\x76\x75\xbc\x68\x73\xa9\xab\x80\xc7\xe8\x1c\x2c\xf0\xc1\x28\x29\xca\x84\x7d\x06\xa5\x66\x20\x96\x4f\xe6\xd6\x2c\xdc\xbd\x1e\x59\xdb\x42\xca\x3c\x18\x7b\xa5\x36\x80\x9b\xf9\x9d\xa1\x07\x8b\x2e\x8c\xc4\x8e\x5d\x63\xe6\xc5\xc6\xca\x85\xd4\xdb\x3c\xba\xc1\x25\xe1\x08\xbb\x26\x83\x30\x79\x0e\x3a\x4d\x1a\x4b\xfc\x58\x4e\x9c\x39\x02\x4b\xad\x15\xce\xb7\xf3\xb7\xb5\x1e\xfd\xfa\xdb\xf3\xe0\x69\x78\x3d\xbd\x1b\x8c\x47\x93\x87\xc1\x70\xf4\x7b\xd4\x01\x56\x09\x74\x41\x37\xe3\xc1\x97\x7d\x53\x01\x1a\x6c\x79\x18\x31\x1c\xdc\x0d\x1e\xff\x9e\x1e\x06\xd6\xc3\x95\xaf\xd6\x77\x4d\x17\xfb\x38\xba\x1d\x0d\x26\xa3\xe9\xd7\xd1\xe3\xe4\xe6\xfe\xae\x05\x47\xbd\x6a\x2a\xb3\xab\x7a\x07\xd4\xb2\x61\x6c\x05\xca\x63\xc2\xa2\x7e\xaf\xdf\x3b\xe7\x4e\x43\xe1\x32\x43\xd1\x41\xa6\x8e\x42\x87\x98\x3e\x5b\x93\x27\x9d\x0d\xc6\xe6\x12\x55\xfa\x88\xf3\xfd\x9d\x7a\xef\x01\x28\x4b\xb6\xa3\xba\x77\xa8\x46\xbb\x30\x2a\xe9\x0e\xa7\xb1\xd7\x5d\x19\x54\x77\x23\xb7\xc6\x87\x11\xb8\x7a\xdf\xeb\x1f\xe4\x6c\x56\xe5\x44\xea\xd3\x1b\xd7\xa2\x33\xde\x0a\x74\xed\xfc\x2d\x7e\xf3\xe8\xc8\x75\x55\x11\x85\x4f\xd8\x79\x3f\xef\x2c\xe7\x98\x1b\x5b\x26\xec\xc3\xc7\xb1\x6c\x6c\xad\x8c\xf2\x39\x8e\xc3\x24\x71\xed\xa3\xb1\xce\x8c\x6c\x08\x33\xe5\x02\x5a\x7c\x79\x00\xac\x65\x8f\x91\x44\x5c\x2c\x65\x2c\x80\x57\xd6\x31\xbe\x90\x05\x41\x98\xc6\x05\xe6\x9d\x98\x21\xbd\xd7\xaa\xac\x78\xf1\x80\xbb\x99\xf1\x3a\xe5\x0e\x38\x99\x25\xea\x57\x5d\xae\xc0\xc6\xd6\xeb\xd8\x85\x0b\x9f\x5c\xbc\x53\xb7\x1e\x8e\xb0\x1e\x8e\xa7\x38\xdf\xb8\x0e\xb3\x9c\xdb\x19\x88\xf5\x7b\x68\x7f\xf6\x7c\xf3\x50\x56\x37\x67\xb7\x94\x1d\xe4\x7e\x05\xc1\x2e\x3a\xe2\x72\xae\xcc\x82\x8c\xa3\x14\xad\xed\xec\x38\x14\xde\x22\x57\xd2\x11\x6a\x0e\x69\x1a\xfa\xe3\x32\xf9\xf4\xee\xd3\xbb\x8e\x25\x29\xc7\x85\x2c\x32\xb4\xdc\x79\x49\xe8\x2e\x9f\x6e\x27\xd3\xd1\xf0\xea\x7a\x34\x7d\x9c\x0c\xa6\xcf\x37\x4f\xd7\xd3\xc1\x68\x32\x3d\xbf\xf8\x73\xfa\x65\x38\x9e\x4e\xae\x07\x17\x1f\x3e\xbe\xdd\x59\x8d\x86\x57\x3f\xb0\xdb\xe3\x19\xfe\x35\x3c\x89\xe7\xa0\xdd\x11\xb6\x4e\x6e\xbe\x70\x64\x11\xf2\xcb\x8c\xa8\x48\xe2\xf8\xfc\xe2\x8f\x5e\x35\x65\x92\x8f\xfd\x7e\xbf\x1f\x1f\x92\x02\x2d\xf1\xb9\x54\x78\x59\xf5\x24\x29\x17\x17\x56\xae\x80\x30\xfc\xdd\x13\x7b\xc3\x3c\x80\x6a\x0b\xbe\xc4\xf2\x08\x76\x89\xcd\x86\x28\x8c\xed\x9e\x96\xed\xc5\xf9\x60\x2c\x25\xac\x53\xac\xcd\xcb\x2d\x47\xb2\x52\xb8\x9f\x76\xb8\xdf\xf7\x4f\x3c\xdc\xdd\xf3\xdb\xc8\xf7\xf5\xb0\x83\x5e\x3f\x3e\x51\x6b\xa7\x8d\x97\xe1\xeb\x1c\xeb\xe3\xdb\x8c\x6c\xbd\x72\xf7\x0a\xe2\xc8\x50\x5a\x7f\xde\x8c\xa1\x68\xb2\x1d\x19\x61\x92\x30\x77\xdd\x1b\xaf\x7a\xd9\x09\xe0\x33\xaf\x53\x85\x9d\x86\x09\xbf\xa2\x52\xac\xea\xb5\xad\xd5\x6e\xc6\xfd\xc2\x9e\x32\xe9\x36\xef\x33\x56\xcf\x20\x56\x8d\x32\x26\x40\xb3\x19\x32\xef\x30\x65\x64\x58\x61\xcd\x4a\xa6\xc8\x64\x8a\x9a\x24\x95\xcc\x78\x72\x61\x81\x32\x64\xf5\xdd\xd0\xdb\xf2\x7e\x36\x96\xe1\x0b\xe4\x85\xc2\xb7\x8c\x82\x93\x7d\xd2\xef\x92\x32\x36\x70\xce\xe7\xf8\x68\x14\x3e\x4b\xca\x9e\x71\x76\xb3\xe1\x27\xc3\xc0\x53\x16\xfe\x13\x40\x58\x9b\x3f\x4f\x98\x0f\x5f\x5f\xec\x66\x30\x66\xf7\x37\x57\xc3\x4d\x60\x96\x81\x4e\xd9\xe4\x69\xd2\xeb\x68\xff\xca\x84\x2e\xac\x09\xdf\x92\xd8\x7a\x5f\x1d\x68\x6d\xde\x79\xbe\x3e\x05\x96\x6e\x97\xd7\x32\xef\x5d\x01\x8c\x81\x4f\x25\xea\xd6\xd7\xef\xd9\xff\x01\x00\x00\xff\xff\x02\xc5\x86\x5b\x5d\x0f\x00\x00") +var _manifests02DeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\x5d\x6f\x22\x3b\x12\x7d\xcf\xaf\xb0\x7a\x57\x9a\x5d\x69\x0c\x24\xf3\xb1\x3b\x2d\xe5\x81\x25\xcc\x24\x52\x48\xa2\x10\x4d\xb4\x4f\xa8\x70\x17\xb4\x2f\x6e\xbb\xa7\x5c\x66\x82\xae\xee\x7f\xbf\x32\x34\xd0\xdd\x10\x26\x2f\xc3\x53\x62\x57\x9d\xaa\x3a\x55\x3e\x76\x43\xa9\xbf\x23\x79\xed\x6c\x2a\xa0\x2c\x7d\x77\x79\x7e\xb6\xd0\x36\x4b\xc5\x15\x96\xc6\xad\x0a\xb4\x7c\x56\x20\x43\x06\x0c\xe9\x99\x10\x16\x0a\x4c\x85\xb6\x73\x42\xef\xa5\x2b\x91\x80\x1d\x55\x1b\xbe\x04\x85\xa9\x70\x25\x5a\x9f\xeb\x19\xcb\x23\x76\x60\xad\x63\x60\xed\xac\x8f\x78\x42\x28\x67\x67\x7a\xde\xd9\x39\x75\xb4\xeb\x6a\xfb\x07\x2a\x96\x25\xb9\x97\xd5\xd1\x68\x42\x68\xab\x4c\xc8\xb0\x43\x68\x10\x3c\x36\xfd\x3d\x9a\x99\x2c\xc0\xc2\x1c\x33\x99\xeb\x79\x2e\x61\x09\xda\xc0\x54\x1b\xcd\xab\x54\x24\x4c\x01\x93\x33\x5f\xa2\x8a\x49\x10\x96\x46\x2b\xf0\xa9\x38\x3f\x13\xc2\x33\x01\xe3\x7c\xb5\x49\x8f\x57\x25\xa6\xe2\x11\x15\x21\x30\xc6\x6d\x34\xa8\xd8\xd1\x66\xbb\x00\x56\xf9\x2d\x4c\xd1\x54\xe5\x9c\xa0\x88\xb1\x28\x0d\x30\x56\x9e\x35\x56\xe3\xef\x80\x98\x75\x74\xa0\x39\x72\xe7\xa7\xa3\x85\x71\x90\x35\xab\xdc\x14\x18\x5b\x94\x8a\x77\x7f\x26\x38\x9b\xa1\xe2\x24\x15\xc9\x03\xe1\x0c\x89\x30\xbb\x0a\xa4\xed\x7c\xac\x72\xcc\x82\xd1\x76\x9e\xfc\xf5\xae\x82\x36\x8d\x94\x4f\x24\x2d\xc4\x96\xa5\xb5\x99\xcb\x70\xdc\x20\x20\xfe\x16\x61\x8a\x64\x91\xd1\xc7\xb4\x9c\x4f\x85\xd1\x36\xbc\xec\xc1\x5d\x86\x92\x9c\xc1\x4e\xd3\xb2\x00\xcf\x48\xa9\x48\x92\xca\x94\x9d\x89\x81\xeb\x1c\x48\xb1\xc0\xd8\xb1\xd3\x18\xc9\x2e\xd6\x36\xf5\x54\x24\xc3\x17\xed\xd9\xef\xb7\x36\x04\xa5\x22\xb9\x73\x15\x25\x98\x1c\x89\xd2\x0a\x10\x2c\x21\xa8\x1c\xa6\x7b\xeb\xb7\x46\x19\xbe\xa0\x0a\x5c\x73\xdb\xd7\x37\x46\xe5\x6c\x16\x27\xee\xa2\xf7\xeb\x1c\xac\x63\x49\x08\xd9\xea\xf7\x66\xe0\x91\x96\x5a\x61\x5f\x29\x17\x2c\xdf\xbd\x3e\x12\x42\x94\xa4\x1d\x69\x5e\x0d\x0c\x78\xbf\xb1\xf4\x2b\xcf\x58\x48\x65\x42\xec\x88\x54\xa4\x59\x2b\x30\x95\x83\x72\x96\x41\x5b\xa4\xda\xd0\xc9\x53\x63\x57\xe5\x8b\x54\x68\xbb\x4e\x78\x84\xde\xc3\x1c\x1f\x9c\xd1\x6a\x95\x8a\xaf\x60\xcc\x14\xd4\xe2\xc9\xdd\xba\xb9\xbf\xb7\x43\xa2\x86\xa7\x2e\xa2\x71\x30\x66\xeb\x70\x33\xbb\x73\xfc\x40\xe8\xa3\xa6\xb5\xec\x6a\xa2\xd5\x75\xa4\xe7\xda\xee\xea\x68\x27\x97\xc6\x23\xec\xeb\x08\xca\x15\x05\xd8\x2c\xad\x2d\xc9\x53\x35\x49\xe1\x19\x88\x1b\x2b\x52\xee\x04\xb4\xb1\x9e\xfc\xf3\x5f\xcf\xfd\xa7\xc1\xf5\xe4\xae\x3f\x1a\x8e\x1f\xfa\x83\xe1\xbf\x93\x96\xe3\xba\x80\xb6\xd3\xcd\xa8\xff\xed\xd0\x54\x81\x05\x5a\x1d\xf7\x18\xf4\xef\xfa\x8f\xff\x9f\x1c\x77\xac\x54\x56\x2e\x37\x97\x45\xdb\xf7\x71\x78\x3b\xec\x8f\x87\x93\xef\xc3\xc7\xf1\xcd\xfd\x5d\xc3\x1d\xed\xb2\xce\xcc\xbe\xeb\x2d\xa7\x86\x8d\x10\x4b\x30\x01\x53\x91\xf4\x3a\xbd\xce\xb9\xf4\x16\x4a\x9f\x3b\x4e\x8e\x22\xb5\x18\x3a\x86\xf4\x95\x5c\x91\xb6\x36\x84\x98\x69\x34\xd9\x23\xce\x0e\x77\xaa\xbd\x07\xe0\x3c\xdd\x49\x75\xe7\x58\x8f\xf6\x69\xac\xa9\x3b\x5e\xc6\xc1\x74\xe5\xb0\xbe\xdc\x24\xb9\x10\x25\x70\xf9\xb1\xd3\x3b\x8a\x59\xef\xca\x1b\xa1\xdf\x3e\xb8\x84\xde\x05\x52\xe8\x9b\xf5\x13\xfe\x08\xe8\xd9\xb7\x59\x51\x65\x48\xc5\x79\xaf\x68\x2d\x17\x58\x38\x5a\xa5\xe2\xd3\xe7\x91\xae\x6d\x2d\x9d\x09\x05\x8e\xa2\x92\xf8\xe6\xd1\xd8\x54\xc6\x14\xd3\xcc\xa4\x82\x06\x5e\x11\x1d\x36\xb4\x77\x91\x55\xb7\x5c\xe8\xae\x02\xb9\xb6\xee\xe2\x0b\x13\x28\xc6\xac\x5b\x62\xd1\xca\x19\xb2\x7b\x6b\x56\x6b\x5c\x3c\x12\x6e\xea\x82\xcd\xa4\x07\xc9\x6e\x81\xf6\xd5\x90\x4b\xa0\x2e\x05\xdb\xf5\xf1\xc2\x67\xdf\xdd\xb3\x5b\x89\x23\x6c\xc4\xf1\x2d\xc1\xb7\xa1\xa3\x96\x4b\x9a\x82\xda\x3c\x68\x0e\xb5\xe7\x47\x80\xd5\xfa\xe6\x6c\xb7\xb2\xe5\x79\xd8\x41\xa0\x79\x8b\x5c\x29\x8d\x9b\xb3\xf3\x9c\x21\x51\x6b\xc7\xa3\x0a\x84\xd2\x68\xcf\x68\x25\x64\x59\x9c\x8f\xcb\xf4\xcb\x87\x2f\x1f\x5a\x96\x6c\xbc\x54\xba\xcc\x91\xa4\x0f\x9a\xd1\x5f\x3e\xdd\x8e\x27\xc3\xc1\xd5\xf5\x70\xf2\x38\xee\x4f\x9e\x6f\x9e\xae\x27\xfd\xe1\x78\x72\x7e\xf1\xdf\xc9\xb7\xc1\x68\x32\xbe\xee\x5f\x7c\xfa\xfc\x7e\x6f\x35\x1c\x5c\xfd\xc2\xee\x00\x67\xf0\xbf\xc1\x9b\x70\x8e\xda\x9d\x40\x6b\xd5\x16\x4a\xcf\x84\x50\x5c\xe6\xcc\x65\xda\xed\x9e\x5f\xfc\xa7\xb3\x56\x99\xf4\x73\xaf\xd7\xeb\x75\x8f\x51\x81\xc4\x72\xa6\x0d\x5e\xae\x67\x92\x8d\xef\x96\xa4\x97\xc0\x18\xff\xee\xa8\x03\x31\x8f\x4e\x95\x85\x5c\xe0\xea\x84\xef\x02\xeb\x03\x51\x3a\x6a\x9f\x96\xdd\xc5\xf9\xe0\x88\x53\xd1\x6a\xd6\xf6\xe5\x56\x20\x93\x56\xfe\xb7\x1d\xee\x8f\xbd\x37\x1e\xee\xf6\xf9\xad\xd5\xfb\x7a\xda\x91\xaf\x5f\x9f\xa8\x4d\xd0\xda\xcb\xf0\x75\x8c\xcd\xf1\xad\x67\xb6\x59\xb9\x7b\xc5\xe3\x84\x28\x6d\xbe\x4f\x46\x50\xd6\xd1\x4e\x48\x98\x66\x2c\x7c\xfb\xc6\x5b\xbf\xec\x14\xc8\x69\xb0\x99\xc1\xd6\xc0\xc4\x5f\xb9\x66\x6c\x3d\x6b\x3b\xab\xbd\xc6\xfd\x43\x3c\xe5\xda\x6f\xdf\x67\xa2\xd2\x20\xb1\x96\x32\xa1\xc0\x8a\x29\x8a\xe0\x31\x13\xec\x44\x49\x6e\xa9\x33\x14\x3a\x43\xcb\x9a\x57\xc2\x05\xf6\x71\x81\x73\x14\xd5\xdd\xd0\xd9\xe1\x7e\x75\x24\xf0\x05\x8a\xd2\xe0\x7b\xc1\x31\xc8\x21\xe8\x4f\xcd\xb9\xe8\x7b\x1f\x0a\x7c\x74\x06\x9f\x35\xe7\xcf\x38\xbd\xd9\xe2\xb3\x13\x10\x38\x8f\xff\x29\x60\xac\xcc\x9f\xc7\x22\x78\x6d\xe7\xe2\xa6\x3f\x12\xf7\x37\x57\x83\x6d\x62\x24\xc0\x66\x62\xfc\x34\xee\xb4\xb8\x7f\x45\xa1\x4b\x72\xf1\x63\x10\x1b\xef\xab\x23\xa3\x2d\x5b\xcf\xd7\xa7\x88\xd2\x9e\xf2\x8a\xe6\x83\x2b\x40\x08\x08\x99\x46\xdb\xf8\x7c\x3d\xfb\x3b\x00\x00\xff\xff\xb4\xf7\x60\xb8\x1e\x0f\x00\x00") func manifests02DeploymentYamlBytes() ([]byte, error) { return bindataRead( @@ -737,12 +737,12 @@ func manifests02DeploymentYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/02-deployment.yaml", size: 3933, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0xee, 0xd6, 0x88, 0x80, 0x2f, 0x3c, 0x91, 0x10, 0xcd, 0x9a, 0xa4, 0xf3, 0x87, 0xe0, 0xb3, 0x5d, 0x5c, 0x4d, 0xe7, 0x69, 0xdd, 0xf0, 0xe8, 0x69, 0xf2, 0x8f, 0x11, 0x6a, 0x3e, 0xea, 0xfc}} + info := bindataFileInfo{name: "manifests/02-deployment.yaml", size: 3870, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0xb5, 0xdb, 0xf0, 0xc9, 0x93, 0xe5, 0xac, 0x18, 0xd1, 0x9e, 0x62, 0xab, 0x2b, 0x77, 0x64, 0xa2, 0xb2, 0x13, 0x50, 0xf1, 0x66, 0xf6, 0x2d, 0xd1, 0x76, 0x5c, 0x33, 0x8e, 0x2, 0xad, 0xdb}} return a, nil } -var _manifests03ClusterOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbf\x8e\xe3\x3c\x0c\xc4\x7b\x3f\xc5\x20\x69\x3f\xfb\xdb\x6d\xdd\xa6\xba\x6a\x9b\xc3\xf6\x8c\xc4\x58\xc4\xc9\xa4\x21\x52\x5e\xe4\xed\x0f\xc9\x26\xf7\xaf\x39\x9c\x2a\x01\x83\xe1\xcc\x6f\x8e\xf8\x5a\xc4\xd1\xd8\xad\xb7\xc4\x10\x87\x5a\x20\x35\xa6\xe0\x8c\xf3\x15\xa7\xf7\xb7\xff\x20\x71\x53\x4c\xeb\x15\xdd\x39\x83\x1c\x84\x64\xeb\xda\x55\x12\x85\x98\x0e\x47\xac\x9c\x0a\xa9\xf8\x8a\x30\x04\xd7\x8a\x28\x7c\xf3\xe3\xa3\x48\x2a\x38\xd5\xee\xc1\xed\x6d\xe3\x46\x61\xed\x67\x68\x18\x3e\x48\x02\x17\x6b\xd3\x70\xc4\x17\x5d\x1a\xbb\x9f\x4c\xa3\x59\xad\xdc\x1e\x75\x1c\xa4\x19\x7d\xcb\xf7\x7f\xfc\xda\x7b\x1a\x68\x93\x77\x6e\x2e\xa6\x33\x92\xe9\x45\x96\xc9\x36\x56\x2f\x72\x89\x49\xec\xff\xfd\x75\xf8\x26\x9a\xe7\x3f\x5b\x0c\x2b\x07\x65\x0a\x9a\x07\x40\x69\xe5\x19\xf2\x99\x3f\x00\xa4\x6a\x71\xc7\xf3\x9b\x0c\x88\xa6\xda\x33\x4f\x8d\x2b\x93\xf3\xef\x11\x72\x5e\xc7\x54\xad\xe7\x71\x25\xa5\x85\xf3\x8c\x43\xb4\xce\x87\xbf\x5b\x9d\xeb\xe5\xe9\x1a\x8b\x2c\x65\xa4\x9d\xa4\xd2\x59\xaa\xc4\xf5\x1f\xee\x88\x2e\x95\x47\xb5\xcc\x63\xe6\x9d\xab\x6d\xdc\x7e\xd8\x3d\x28\xfa\x9d\x64\xff\x9c\xea\x41\x35\x3e\xc0\xed\xb9\x09\xee\x6f\x7f\xee\x79\x78\x99\x5e\xa6\xd7\xd1\x95\x36\x2f\x16\x87\xe1\x7b\x00\x00\x00\xff\xff\x21\x8e\xe4\x75\x36\x02\x00\x00") +var _manifests03ClusterOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xbd\x8e\x1b\x31\x0c\x84\xfb\x7d\x8a\x81\xdd\x66\x37\x77\xed\xb6\xae\x52\x5d\x13\x5c\x4f\x4b\xb4\x45\x44\x22\x17\x22\xe5\x83\xdf\x3e\xb0\xcf\xce\x5f\x13\x56\x04\x06\xc3\xf9\x86\x7b\x7c\x2f\xe2\xe8\xec\x36\x7a\x62\x88\x43\x2d\x90\x3a\x53\x70\xc6\xf1\x8a\xc3\xfb\xdb\x17\x48\xdc\x14\xd3\x7a\xc5\x70\xce\x20\x07\x21\x59\x6b\x43\x25\x51\x88\xe9\xb4\x47\xe3\x54\x48\xc5\x1b\xc2\x10\x5c\x2b\xa2\xf0\xcd\x8f\x8f\x22\xa9\xe0\x50\x87\x07\xf7\xb7\x8d\x3b\x85\xf5\xdf\xa1\x61\xf8\x20\x09\x9c\xac\x2f\xd3\x1e\xdf\xf4\xdc\xd9\xfd\x60\x1a\xdd\x6a\xe5\xfe\xc0\x71\x90\x66\x8c\x2d\xdf\xf7\xf8\x93\x7b\x99\x68\x93\x77\xee\x2e\xa6\x2b\x92\xe9\x49\xce\x8b\x6d\xac\x5e\xe4\x14\x8b\xd8\xd7\xcb\xeb\xf4\x43\x34\xaf\xff\x52\x4c\x8d\x83\x32\x05\xad\x13\xa0\xd4\x78\x85\x7c\xe6\x4f\x00\xa9\x5a\xdc\xeb\xf9\x4d\x06\x44\x53\x1d\x99\x97\xce\x95\xc9\xf9\xef\x08\x39\xb6\x39\x55\x1b\x79\x6e\xa4\x74\xe6\xbc\x62\x17\x7d\xf0\xee\xff\x56\xe7\x7a\x7a\xba\xe6\x22\xe7\x32\xd3\x85\xa4\xd2\x51\xaa\xc4\xf5\xd7\x1d\x0f\x8a\x71\x47\xb9\x7c\x76\x7d\x60\xcd\x0f\x72\x7b\x96\xc2\x7d\x2e\xcf\x87\xec\x5e\x96\x97\xe5\x75\x76\xa5\xcd\x8b\xc5\x6e\xfa\x19\x00\x00\xff\xff\x24\x17\x2c\x87\xf7\x01\x00\x00") func manifests03ClusterOperatorYamlBytes() ([]byte, error) { return bindataRead( @@ -757,8 +757,8 @@ func manifests03ClusterOperatorYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/03-cluster-operator.yaml", size: 566, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x12, 0xa4, 0xb6, 0xc2, 0xef, 0xc, 0x2f, 0x76, 0xde, 0x4f, 0x75, 0x81, 0x92, 0x9b, 0x81, 0xd9, 0x18, 0x6, 0x12, 0xa5, 0x3, 0xfd, 0xc8, 0xe3, 0xe2, 0xe0, 0x6f, 0x3b, 0x5d, 0x90, 0x76, 0x9f}} + info := bindataFileInfo{name: "manifests/03-cluster-operator.yaml", size: 503, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0xb3, 0xeb, 0x35, 0xdc, 0x91, 0xa6, 0x6b, 0x31, 0x5a, 0xec, 0xa8, 0x17, 0x1a, 0x87, 0xc5, 0xcc, 0x5b, 0xfa, 0x22, 0x85, 0x4a, 0x9d, 0x3f, 0xad, 0xb6, 0x7, 0x17, 0x8a, 0xf, 0x7d, 0xe2}} return a, nil }