Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created November 2, 2020 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoraxe/b77b008a7b606b32e45abf4b8f7eda5b to your computer and use it in GitHub Desktop.
Save thoraxe/b77b008a7b606b32e45abf4b8f7eda5b to your computer and use it in GitHub Desktop.
apiVersion: operators.coreos.com/v1alpha1
kind: InstallPlan
metadata:
creationTimestamp: "2020-10-28T17:15:14Z"
generateName: install-
generation: 1
managedFields:
- apiVersion: operators.coreos.com/v1alpha1
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:generateName: {}
f:ownerReferences:
.: {}
k:{"uid":"2559d893-9172-4082-bc84-058d00f7d5e4"}:
.: {}
f:apiVersion: {}
f:blockOwnerDeletion: {}
f:controller: {}
f:kind: {}
f:name: {}
f:uid: {}
f:spec:
.: {}
f:approval: {}
f:approved: {}
f:clusterServiceVersionNames: {}
f:generation: {}
f:status:
.: {}
f:catalogSources: {}
f:conditions: {}
f:phase: {}
f:plan: {}
manager: catalog
operation: Update
time: "2020-10-28T17:15:18Z"
name: install-bsrlm
namespace: srt
ownerReferences:
- apiVersion: operators.coreos.com/v1alpha1
blockOwnerDeletion: false
controller: false
kind: Subscription
name: datagrid
uid: 2559d893-9172-4082-bc84-058d00f7d5e4
resourceVersion: "92685"
selfLink: /apis/operators.coreos.com/v1alpha1/namespaces/srt/installplans/install-bsrlm
uid: c24d82ed-abd7-4d87-88bc-5b747ef3bcbd
spec:
approval: Automatic
approved: true
clusterServiceVersionNames:
- amq-broker-operator.v0.10.1-on-z
generation: 2
status:
catalogSources:
- redhat-operators
conditions:
- lastTransitionTime: "2020-10-28T17:15:17Z"
lastUpdateTime: "2020-10-28T17:15:17Z"
status: "True"
type: Installed
phase: Complete
plan:
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: operators.coreos.com
kind: ClusterServiceVersion
manifest: |
{"kind":"ClusterServiceVersion","apiVersion":"operators.coreos.com/v1alpha1","metadata":{"name":"amq-broker-operator.v0.10.1-on-z","namespace":"srt","creationTimestamp":null,"annotations":{"alm-examples":"[{\n \"apiVersion\": \"broker.amq.io/v2alpha1\",\n \"kind\": \"ActiveMQArtemis\",\n \"metadata\": {\n \"name\": \"ex-aao\"\n },\n \"spec\": {\n \"deploymentPlan\": {\n \"size\": 1,\n \"image\": \"registry.redhat.io/amq7/amq-broker-openj9-11-rhel8:7.5\"\n }\n }\n}, {\n \"apiVersion\": \"broker.amq.io/v2alpha1\",\n \"kind\": \"ActiveMQArtemisAddress\",\n \"metadata\": {\n \"name\": \"ex-aaoaddress\"\n },\n \"spec\": {\n \"addressName\": \"myAddress0\",\n \"queueName\": \"myQueue0\",\n \"routingType\": \"anycast\"\n }\n}, {\n \"apiVersion\": \"broker.amq.io/v2alpha1\",\n \"kind\": \"ActiveMQArtemisScaledown\",\n \"metadata\": {\n \"name\": \"ex-aaoscaledown\"\n },\n \"spec\": {\n \"localOnly\": \"true\"\n }\n}]","capabilities":"Basic Install","categories":"Streaming \u0026 Messaging","certified":"false","containerImage":"registry.redhat.io/amq7/amq-broker-rhel8-operator:0.10","createdAt":"2019-11-27T04:08:16Z","description":"AMQ Broker Operator provides the ability to deploy and manage stateful AMQ Broker broker clusters","repository":"https://github.com/rh-messaging/amq-broker-operator","support":"Red Hat","tectonic-visibility":"ocs"}},"spec":{"install":{"strategy":"deployment","spec":{"deployments":[{"name":"amq-broker-operator","spec":{"replicas":1,"selector":{"matchLabels":{"name":"amq-broker-operator"}},"template":{"metadata":{"creationTimestamp":null,"labels":{"name":"amq-broker-operator"}},"spec":{"containers":[{"name":"amq-broker-operator","image":"registry.redhat.io/amq7/amq-broker-rhel8-operator:0.10","command":["/home/amq-broker-operator/bin/entrypoint"],"env":[{"name":"WATCH_NAMESPACE","valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}},{"name":"POD_NAME","valueFrom":{"fieldRef":{"fieldPath":"metadata.name"}}},{"name":"OPERATOR_NAME","value":"amq-broker-operator"}],"resources":{},"imagePullPolicy":"Always"}],"serviceAccountName":"amq-broker-operator"}},"strategy":{}}}],"permissions":[{"serviceAccountName":"amq-broker-operator","rules":[{"verbs":["*"],"apiGroups":[""],"resources":["pods","services","endpoints","persistentvolumeclaims","events","configmaps","secrets","routes"]},{"verbs":["get"],"apiGroups":[""],"resources":["namespaces"]},{"verbs":["*"],"apiGroups":["apps"],"resources":["deployments","daemonsets","replicasets","statefulsets"]},{"verbs":["get","create"],"apiGroups":["monitoring.coreos.com"],"resources":["servicemonitors"]},{"verbs":["*"],"apiGroups":["broker.amq.io"],"resources":["*"]},{"verbs":["get","list","watch","create","delete"],"apiGroups":["route.openshift.io"],"resources":["routes","routes/custom-host","routes/status"]}]}]}},"version":"0.10.1","maturity":"alpha","customresourcedefinitions":{"owned":[{"name":"activemqartemises.broker.amq.io","version":"v2alpha1","kind":"ActiveMQArtemis","displayName":"AMQ Broker","description":"An instance of Active MQ Artemis","resources":[{"name":"","kind":"Service","version":"v1"},{"name":"","kind":"Route","version":"v1"},{"name":"","kind":"StatefulSet","version":"v1"},{"name":"","kind":"Secret","version":"v1"}],"specDescriptors":[{"path":"adminUser","displayName":"AdminUser","description":"User name for standard broker user. It is required for connecting to the broker and the web console. If left empty, it will be generated."},{"path":"adminPassword","displayName":"AdminPassword","description":"Password for standard broker user. It is required for connecting to the broker and the web console. If left empty, it will be generated."},{"path":"size","displayName":"Size","description":"The number of broker pods to deploy"},{"path":"image","displayName":"Image","description":"The image used for the broker deployment"},{"path":"requireLogin","displayName":"RequireLogin","description":"If true require user password login credentials for broker protocol ports"},{"path":"persistenceEnabled","displayName":"PersistenceEnabled","description":"If true use persistent volume via persistent volume claim for journal storage"},{"path":"journalType","displayName":"JournalType","description":"If aio use ASYNCIO, if nio use NIO for journal IO"},{"path":"messageMigration","displayName":"MessageMigration","description":"If true migrate messages on scaledown"}]},{"name":"activemqartemisaddresses.broker.amq.io","version":"v2alpha1","kind":"ActiveMQArtemisAddress","displayName":"AMQ Broker Address","description":"Adding and removing addresses via custom resource definitions","specDescriptors":[{"path":"queueName","displayName":"Queue Name","description":"The Queue Name"},{"path":"addressName","displayName":"Address Name","description":"The Address Name"},{"path":"routingType","displayName":"Routing Type","description":"The Routing Type"}]},{"name":"activemqartemisscaledowns.broker.amq.io","version":"v2alpha1","kind":"ActiveMQArtemisScaledown","displayName":"AMQ Broker Scaledown","description":"Provides message migration on clustered broker scaledown","specDescriptors":[{"path":"localOnly","displayName":"LocalOnly","description":"Triggered by main ActiveMQArtemis CRD messageMigration entry"}]}]},"apiservicedefinitions":{},"displayName":"AMQ Broker","description":"AMQ Broker Operator provides the ability to deploy and manage stateful AMQ Broker broker clusters","keywords":["activemqartemis","operator"],"maintainers":[{"name":"Red Hat","email":"customerservice@redhat.com"}],"provider":{"name":"Red Hat"},"links":[{"name":"Product Page","url":"https://access.redhat.com/products/red-hat-amq/"},{"name":"Documentation","url":"https://access.redhat.com/documentation/en-us/red_hat_amq/"}],"icon":[{"base64data":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAIj5JREFUeNrsnX1wVOW9x5/dBBIgLxvAKFFkGape0Zo4tFNfppLcueKlRQlzi0A7HRKsdG5va5Iy3r96b7Ktf9w71Ztgp+OI1Sx3Wt/wDol2ZLRqFjuibaEktmClRQJULOElGxKSAHm553dyTrpJNpvz9pzzPOd8vzPbDUKzZ3fP5/v8fr/neX5PiEHS6qPrWUR5KtP+WK49L1EeUe3n1L+3qnblkdR+7lQex7WfE/rf33xi/O8hyRTCRyAF6GUa1PRcqoFdLthlJjSj6NBMo1MxhnZ8ezAAyDzs5RroZQ6M4J6qcMOW9qJvfqd94MC+jv7f/jpx3VO7YAowACgF+HIN+JUCjur24P9aFVv0RPOE/3bpsML/rNmJ4XNde/s/2Ju4qq4hgbsABhDEEX6t34CfCf50uvLXTjYy0J8Y+vR4a/LlZkQIMABfQl+pjfCV7O8FOhZ0+NPpcudfOofPn2np2RXfu+i/drTg7oEByAz9Wg36SFDetx34p0QHJz5JhnLntPS99Vpr0Te+DTOAAUgR3tcEDXoe8Kczg0t/PtwyOjiwvWDNg0gTYADCQE+gV2ngR4P6OfCEf7IG2n/TmRVZsP2TlTfEsQYBBuAV+OXK02YN/kDLTfhTNXIhyUYGB+LJ53fsxGwCDMAt8An4+iCP9iLAP1lUPLx06GBMSQ/i+FZgADzC/FotzI/gExEL/lQN93QnL33Usf3EhoompAcwALvgRzXoqwC++PBPNoLR/ovx5EvPblfSg058YzAAs+DXI7+XE/7JdYLLx4/G+97+ZQxGAAMwGurX49OQH/7JRhAuiMT+tCSE1AAGgBw/SPCjRgADyAR/FUNVPxDwTzCC5PnO/vfeDvysQSjA4NOqvUbm4w05gN+AEZw7k+j/IFEX1NWFoQCCH9FG/FqgHWz4dfV3/Y31dp1u6v5qWSxoaUEoYPDTGv1m5PmAX9fg4CDr7e1Vfx69kEwOf3q8umTlvS0wAH+BH9XAR7gP+NPCPyEt+OTjxOW3Xq1e8oMfd8IA5Idfn9bDqM8ZfiWXVqfbBg93TPjvWQWFLGd5GctVHuGCiNDwpyh5Zd/bsWsrNzXBAOTN9Xdj1OcHP7X36n2zlfW90aJAb6yGNuu6KJt7RznLv28ty1tVKSr84xrpPpcIFy1YV1xcnIQBINcH/Ip6Xomz7me3G4Z+OmUp0UDRQ7Vs/pYa1yIDM/Dr8nNtIOQz8FHh5wh/35st7HSsTu3j56TcMgIr8E+IBk6f8t1MQchH8Jdpo34ZcHYWfsrrP9tWrYT7fAdASg/oOihFEA3+FLVTgfC6r3+rHQaAkN/38FNh79OH17HhC+4NegvrGtjC2noR4ddFH0Z1cXGx9ClB2Afw02q+3YDfefgp1z+xocJV+ElnGxvUiENQ+Jl2r+3+2x/aG2W/B7Ilz/dR5ecIv1MQWhG9PsnOWgRO8I/ryu/erdVSz3Wy1gXCksJPH3ob4Pcn/E5cB2/4L/3yRdbX8AjT7sE27Z6UTlkSwk8f+B6G3Xtc4Ke5/VPf3cRGLw0Kcb3qUWKhkKnCoIvw67pGeWz8biH7zU971BOUpVFIMvir2FixD+IAP1X7Kee3O7/PQ9e/1GbIBDyAf7KqlXQgjhTAefgbAD8/+Ennn9suJPwkI6mAAPCTmrV7FSmAg/DTnYvFPRzhp8U9NN0nqig6yZQKCAK/rnIlHYgq6UArIgBn4K8CxvzgJ51tjAn/XrqfbRozArHh11Wl3bswAMAvNvw0+uvTbiKL1iNMvk5B4ZfGBMKCgh9RHgcBP3/4ST2v7JTmfZ1/drss8KeawEFt3QoMwAj8bGyOH2v6XYBfNYBdcWneG0UrNDUoCfy6ynpHWNu7JeKZgIgRAOB3EX6Cyendfbx15tWXZIKfKfCzwZGxxWuimYBQBqDlS4DfJfhJtNlHNl367a9lg388EmBjy9dhANPAj5zfRfhVA3h/r3Tv9cqB92SEX1e5EgU0wwAAv+fwk9ze6eeUho78UUb4dVWJYgJhAeBvAPzewC9rCkAa7b0gK/ypJtAYaANIOZYL8gB+mTXy2QmZ4ddVq5hAVSANQNvVh7X9gN+aAZw6KTv8upoVE6gMlAFoe6d3A2PA75UEgT/VBMoCYQDaQh/07wP8tpR1461+gZ9d/WBV5M5D53aPjo5GfG8A2siPuX5B4KdOvDIqlF/oF/jZjY3NLDsyPzpw9OM2XxuA1sCzHCiLM/LLagDZN97iG/h1zVl2U1lvx/5mXxqA1robe/oFC/vn3imfH9PobzYCEB1+XXm3rai6+PGhKl8ZQMqhHZBgOX/u8lLpPpNZK+7yJfzjpnzj8sYzr71c5gsDQNFPXPjVEWdVpXSfy+zy1b6FX1Nk4Zr1zW5sHHIjAqCFPij6CQh/6mtJZQArV/sZfl1lX/r9qUapDQB5v/jwq6+3frM0n03O/RsN5f+Swz9mdFcvqurt2F8ppQGkhP6QwPCrOecd5dLMBuSs2RgI+MdTtNtWNB9/oiEqnQEwnNcnBfy6FtaJvyVj1oq7ZywA+gl+vR6waPN3mqUyAGX0p7C/HEjLAb/++jyO5XY0Utn2o6DBP2Z8C64qP//O67VSGIACP4Ur2OEnEfzjN2y9uIfd5m7ayrIzLP/1K/y6iipW1/NIBXhEAJjykxB+Nb9eXiakCRD487Y9Flj4eaYCjp4NqFX9scvPZfipqWffmy3sysnjaY/2otV+tOCHQvxwwczeTMdwiXJOAFX8C57ePe3oHxD4x9V/5HD1vJtuiQtnAFrV/xhGf3fgH9EOyaA++Wa6+pIJ0LTfTHP/natv9/ycQMCfVtTDbWkoFEqKZgAUO2LOnzP8BD4d4knHZNnp50fTflT5n84IvD4pGPBPr8unP4vnXFNSLYwBaGv9DwJtvvBTD/+/PrzO0T7+FBFc98zuaVMDL9IBwD+zet5PVETuqkjY/T1OFQEbgTZf+AnCY0pY7vQhHtQU9OjdS1VzSSe6XioMZhW4k9nRXH/Rq/sB/0zGfdOtjjBnOwLQGntixR9n+Gkk5ikC/PqX2tSZgHQi46Fr4NVFmEb9edt+lHGlH+CfoupQKBT3zAC0wh+F/lEgLi/8Rk1AjxjoKHGnjIDAn7NpqzrPn2mNP+CfqqGe7mR2YZGtgqBdA2hgWPTDDX6CjApxbopMYNl7x2acLqSUgWYg6BqtpCW0pVd9rFw94+YewJ9RMcUAGlw3AEz78YWfqvA8cn4jyl9Vya59xthyjoGBAZb8/Qds6MA+9bQeatc9/NmJCW27Ka8fe75LbeZJz0Y7+gD+GWVrWjDbxgvXAn4+8JMozPbq1N7eN1vUkX2mvQF0RHdfX59asMu20aUX8NtSpO/DA1QQtJQnWooAtPX+x4A5H/gJfKrMeylaJ0CpQCb4JTyi22/wp4qiANMjhtVpQOT9nOAn9byy0/P3QSY0XaEP8IunkZERS0yaNgBt9K8C6nzgVw1gV1yI99OzayfglwD+oaEhdvZ4Z9XhHz4adSMCqAHq/OCn6rpXuf9k0QYjwC8+/MlkkoXy8lnePavquRqAVvnH6M8JfvWmfbNVmPdFew30NADwiwv/6Oio+ufZi6NVXV1dEW4GwFD55wo/qf/9hFDvjyISwC8+/CrMY1OrpjbkmZ0GRPjPEX7SyIWkUO/xYtdpNgT4uYiiq/4P9k74b0b6NqSDPyVqq3m3hDXdc4oZupEMTwNizT9/+El/WhIS6n3SIh7amQf4nTN4I9u56f6i7dqTuzVngj9F1cXFxXGnUwBM/XGGP0gKIvxUVKX1HWcbG2bs5UB7QNR/2xQzCz8b7uk2zKohA1BG/3KGDT+AH/BbFgFNvRzMNnEhs6DNYEbhJ2UVFkU7X28pdzIC2Izb1h34c5eLdYqa2YM4AX96+O3s6FTN4wf/Zgh+XbOX3lDjiAFg6s/dkT9cINYki9ljuAH/RNGajq5Yne3fM/jCDnblwD7D/z57wVWVRhYGGYkAAL+LYT918BVJWQ5t8glqtZ9G/mGHZnb6Yt8zd98+sLHKCQOoAfzu5fz5q9YKNfo7kQIEFf5M+ymsiLZY05Zrw9HkvLzNtgxAa/YZBfzuibrxiHJQJzXsAPx2cn/nN3Vdeu1F49GbgWLgTBFADeD34LXXi5F1GTmJF/BPLx6rOoePHDJn4kuWbbZjAJWA34vX937SJVyy2Fb4j+W9jMumLuq2ZCqNy8mptGQA2jFfEcDvvsYO7Wjw9Bry6n8C+AU0gNRWa4bSgIJI5ETiV5VWIoC1gN87zd9S41ktgHJ/q6M/4J9o5I7/Tq2/ohnlLi9da8UAKgG/hyF4QcST66HKf179k4BfUAOg1MyCzEUAQQv/RV3eS7vC3Lwu/UguK4t/AH+a74/Dmg6LkVnkyFOPV5qJAFYC/mBd30zn8QF+K9/dZse/IzpHwYry7rlvrRkDqAT8wblOwM8vBZiptboZzZnh9KRMyr7q6nJDBhCUxT+y7eqj612656DjeeVMh3ECfnuie8yJg1Xp+6Hj02woevQXPyszEgGUA34xRasEqVc/TRHavamomJTX8CRyfheigOJ6ewf5qgenKt+V3Y1Z+fc+MIXtUJoIoM3PJuCX/fzUWYa2iVLr7sFpjvaebsTPuX+DrVV+gN+8zr/0HOv694dcTc8ma7j7XGLRTTdXzGQAo4BfLumbTi4d6mC9Hb9LA/1d6ohv5CBOwO+89GYel/e/p+7oM7qYh9Zj0JSsU1uyR3p72DXLbghNawBa5582wC+n0L1XXPhTm3nQ53jptZfYlQPvpR3xCXyK0JxuxkLq37+vIvqVysR4bSEI+T/gB/xeiKC/cOHClE4+BLeegqU2+QjlF3A5ZHVCNFiymBif1gBWAn7AD/idgZ9G/uHh4RlqMne5el3hOXMnMB72cwQA+AG/l/BT+C+aQtnZ5WkNQJv/B/yAH/D7FH71O2jbw94t+TvrYT+O/oAf8AP+qep59UX22X8+MoH1VAMoBfyAH/D7Hv4JrKcaQBngB/yA3/fwT2DdNwYA+AE/4DcE/1QDkL0ACPgBP+A3DL8qvRCoRwBRwA/4AX8w4E+NAsIyh/+AH/ADfkvwjw/6ugGUAn7AD/gDA/848/pS4AjgH9tVR2e4977Ryi4dbp9wpluudmJP3n1rWf6qSu6HeAJ+wM8R/vEIQN0NKNMWYB7w01bas40xU+e40XUsrKvn0vkV8AN+zvCruucUC4W047+7gwg/NdWg01t7lVHfqqg7z8LaesAP+KWCX1MR1QDKggg/hfjHVt9uC37S2cYG9unD61QzAfyAXyL4SWXhoMJ/YkOFY0c3kYnQ77NjAoAf8LsMPylCRcDyoIX9BOuwAyP2BIAVU6F04tpndgN+j+Cn75bMuP/9vaq505/pmZqpkuigjvxVa8f/HHD41QiAagANyg/1QYCfRPCbKfaZvrnrG1nRllrA7yL8BDkVcalJqhFR4Xb+QzXTfk8BgZ8UoxRgSVDgpxuEJ/xjNYGY4VQA8Nsf8btidezo3UsNw68bxmnt/zf5fggQ/KRSMoBoEODX4eQtSi2MvA7gd6aOc/65JluRA/0OMpEAwq/WAMJBgZ8W+PA4r326SAPw84ffzHkImUQmcur7m4MGvyoygIjf4Vdv4jdaXXsfFAX0TTO9CPjth/08irgX/u9/2cWWnwcKfor+hVkHwHttP+/cf8rrvb8X8HMo+P314XWOwz8eJSqf3dCRPwYF/nED8D38er7npiaHp4DfmdSKt5FfbHgkKPCPpwC+h9/t0X+y4QB+Z+RGEZciAPo8gwC/5wbg5y29ugEAfofCcxeLuIPP7wgE/J4aAPbzA35T1+ZiEZeigJHPTvoefs8MwG34c5e7X+ekY7gBv7MRgJu6nNjje/g9MQAvRn5q3sFj337G1yxZDPgdTKd4Vf4zRQF+h991A/Ay7J97R7nLEcBdgN9BA3BbI6dO+h5+Vw3A65w//761rqcAgB8SGX7XDECEgl/eqkrX0oCc+zey8KLFgB8SGn5XDECkaj/18HMl3dj6KOCXXKH8At/Dz90ARJvqo+vhPSOQu2mro6M/4He/fkPKvvFW38PP1QBEneenjj1ZnFp6003j5OgP+FOM1eWp3GwONRzR4OdmACIv8qE6wPUvtTluAqH8Qpb/xE71GfBzuKfWb3Yx/C/kMosjGvxcDECGFX7UE85JE6CRP/L8O46F/oB/qqiI65bmKGlcEOB33ABkWt5LJhDdc9B2fjm7fDUreHo34HchcqP7y43RP9dhAxAVft0A2oMG/+R0gK7b7BQhzfMXPN3C8h9H2O+WqOFqFucj2aiG49T3KTr8ijqpK3Abs9ka3C8be2jbcN8brepzunZTFOpnK7khzfM7XSUG/MZEewKoKQiXAUE19d1BgZ+UsG0AQdjVNzAwwPr6+rj9fsBvEqxX4uoZDE6KDJ3gd2r0lwB+1QAoBegE/NOLtvQCfrFU8C+bWeEPfwr47StJBnAc8E8PP7b0iiW9dXf2V9azQpp5sbnrkgp+AYWf1BEG/IBfNvj11t3q9Osv3rFUuNOLuPO2PRZU+FVRDYDy/zbAD/hlgn/K3/f2sMt796iNPK4c2Kf+OV2oz6uIKyP8itaZMgDAD/hFhD+dqKXXcMqefl79GSSGn1RBBkATq92AH/D7BX43JTH8pKIQ/a9iAqOAH/AD/kDBz+45xUJ6ETAB+AE/4A8O/ExbAawbQBLwA37AHxj4SZ2pBtAB+AE/4A8M/OPMh1PDAcAP+AF/IOCfEgF0An7AD/gDA//4oB/S/0QzAYAf8AP+QMCvzgCkRgCscMOWdsAP+AG//+FPTfnHDaDom99pB/yAH/D7Hv70BjBwYF8H4Af8gN/38JM6phhA/29/nXDr1emsN+q6Q48Rzoc+An7AD/inaJz10ARYDh0czeHUf51aOfXs2qlCP/mkV+rHl7+qkhU9VOPo8V2A375RpzuYk3r0hy325gP83ksvAE41gCOH2nJuWF7uKCSH29npWJ0KvhHRTAQ1fwzbbP4I+M2LorFexaj1voiZjuQmo6aOynToqtGW3YBfjNFfMYCKtAZw8f22BuVLdewAPau92+jmuu6Z3cxqNAL4zYN/tjGmfl/DFlIy+r7o3MVMbbsBvzCKKQbQMKUGoNYBPtib8Bp+PfQ8saFCjR4AP1/4u59rYkfvXsrOK8/DFusx9H3Rd02/J12kB/jFzP+nRACkyyePjdrNwwncY6tvt32ludoJPkbTAcBvbtSn9tpGUzMzWljXwBbW1gN+wfP/KRGAemMM9Nu+I5xq2Uy9+c8/tx3wOwy/btA84CedbWxQ7wHAL/bon9YAhj493mo39B887Nyaou5nm2acKgT85tOrdNV9R+FS7oOjq25jV7rPAX5x1DqjASRfbrY1LFAF2UkNa5VpwO9M2P+pEvYPc157MT6YHPkj64s9AvhligCue2pX++XOv1geHjLB6rSpAH7zqZmT0ZkRUZfewRd2AH7v1ank/+0zGoA66p4/Y4niS5xurnQ3LeA3aaKKMfMwZyPq3/FjtUsv4Bdr9J/WAHp2xfdaDdd5aHK+CvjNixZjeSXq0U8mAPjFyv+nNYBF/7Wj5cqJT5IivgvAb+HmfyXOveg34+f62oueRQGAnyWV8L/FsAGQQrlzTMeLTq7jTxUtOQX81tX97HYh7sKB558G/N5oWpanNYC+t15rtWIAWTbX8KcTLQgC/NbTJ7cLf9OJju4C/OKE/xkNoOgb37aUBhjdGGJGI5//AuC3qD6PCn9pv8dTJ9WpQcAvRvif0QBUMP582PTdU7h+s6NXT8c/Z315FeC3WjM5JFafl2EXDADwGwv/ZzSA0cEB08mjukXUwShg3vcfA/w2UwCRNHLqJOB3VzstG0DBmgfbB9p/Y/oOouaiTtQCZpevVh+A37p4rfe3bEgH9gF+90SLfxKWDYCUFVlgOgqg3Xu0i8+OCdD57Xn1TwJ+CPBzGv0NGcAnK2+IW+nbl6Nt5bUyNUijfsHTu1kovxDwQ4DfuuK2DeDmEyw5MjgQt/LqZAJL9xxk87fUGoscShaz/Md3qg/A70+F8gsAvztqUcL/TtsGQEo+v2On1augdKC4vpEte++Y2uuPioSpqQHN8VMrqUjjz1nRqweQ8zssfRGVKKLUDvC7IkOpe8gwQMf+fGx29HNRHleKRT78RDsAaSmwKMpreJLlrNkI+PmKin9LDQ3QhiE6dDAG+OUL++feuVKoO3PWirsBP38ZZtWwARSseTA+3NOdBPxy5fwipQAU/ocXLQb8fEWMtjhuACpQH3VsB/zywK+OuFr/fhGUc/9GwO9C7q+E/0kuBnBiQ0WTE1EA4HdXTi/PtiKa1clZswHw81eTmX9sygBoSnC0/2Ic8MsDv2oAX6vitlXbqOZs2mp5ahfwG1bczOivGrPZVzjT2BCdv6XmmJWjuwD/zKKlu9RabfhCD+t/PzHh72j6NOeWMgXmJWpYbwZq+r3UDdir0b/o1f2WDADwm9JSI3P/tgyANPDh/ubcz6+oAvz24U89j89szz79UFUK8Y0co+bVlCAt7LKyvgPwmx79TR/IYckAzEYBgD89+HbO45ssWlBFpytnOp+PXpOiADcbhOQqof+8bY8BfgFHf8sGQBodHW1QnuoBv3n4zzbF1ANPeDRRJSMo1lZcem0CVPW3sqEL8Lsz+tsygI+uZ5EbPjx/LKuwKAL4jcFPub1bvflp/wWd2Ds5SqPjurpPHmfnH7qfa3cewO+aktrob2k0CVt9VZoRyLQuAPBPurGVUJ/O43Mr/KbTficfAaaf1Tc8Zx4rfP4dNTznIQr5Ab9r2m4VflsRwHgU0HHuYFZkfhTwN2cM+enATC+UpfVmmH1zadqDOqlBR1/se4506qFlvnO3/cjShh/A7/7ob9sASBd++XJV/lfXNwP+9OqK1amjsZciEyjc0cpCn7s54+eqnuBjwQgI/DlbH1We77J0fYDfsqoV+ON2fkHIiasYOtvVlrXgqnLAPzXsd+qodLsyOhdPdQE6xGNIiQwy1QgIer1lm531/YDfstoV+G+3fV84cSVKFFCW9cUvH7wYygL8+vUquT7l/CKJQnPK/c2ITvMZTokKsm+8xbFmLYDflipm6vfnmgGQ/vaH9sbw1SW1gH9sqo3gF60jL2muEqpTuO61AL8tWZ72m6ywU1fU/dWy2OiFZDLo8JNogY+I8JMoz3frcA7Az0XEmGMnvTpmADQtOPzp8eqgw0/ge130m9EEnvgPwC+v6uxU/bkZAKlk5b0tw598nAgq/ProL7quHHiPa39+wM9NCbtVf64GQLr81qvVWpgSOPhp9Bep/14mDb7wNOCXL/R3fErJcQNY8oMfd17Z93YsaPCrN/krO6W5my4n9qgVfsAvjWJWNvu4bgCkays3NY10n0sECX71Rt8Vl+qOIhMA/NKE/lwKS2FeVxwuWrDOzKyA7PBT+C9q5T9TLQDwBzP0524AxcXFhmcF/NLJRzbxjAAAv2Oq5hH6czcAEs0KjJw+1eR3+NX3cahDyruLx5oAwO+YaMFPC88XCPN+B7RASHlq9zP8JDe77DgpJ3YBAn4uohuqjveLcDcAWiCUbmrQb917Rzh093FDww5GAIDf2bzfyQU/nhkA6bqvf6s9tZDhx9bdskYAgF9I0Wo/V26osFvvqLi4WK0HoG8/4IdmzPvjbr1Ytpvv7JrPl9V9dD2j/tXlgB/wQ1Pzfqd2+QkXAaRoHWP2wxvR4M810Jcf8EMZ1Kk8XD+5xXUDoKKgVg9I+gV+9YO0cFKSCMq2eFw34HdUxMI6N4p+IkQAZALtWiTgm7Bf1ggglF8A+L1XtVtFPyEMQDOBBDO5xFHknD/nllI5IwCTHXwBPxf4W7x68bCX71wxgbjyFJMdftJ0J/GILLPn9QF+x9XkZsVfOAPQTKBBeYrLDD+JDuqULQ2YZSL/B/yOi6b76ry+iLAIn4RiAtXTmYBMU310Sq9MylmzAfB7B78Q/eLDonwi6UxAtnn+vFWVUoX/Rtp7A37HlRAFfqEMIMUE2mWEX08DMh3PLZJyN30b8Lsvy7NfgTAATRUK/O2yrvCjE3llyP1nOsYL8HOBv8KLuX6pDIAWCinwVzCLqwW9Xt5LUcDCugah78S8hicBP+AXNgJg2gdFJpCQCX5d87fUqEYgouhkoExn+QF+53N+UeEnhUT/9N4tYUR0lSzw6xLxbEAK/Que3g343VNcpIKfNBHApGhg2ilCUeEn5SwvY4ueEOeawiWLWf7jccAP+CcoS4ZPsrmXtVbnM9ptc4cM8OuihUGzFkdZ35ut3oZ5+YWs4CcvsqyS6wG/O6IVfv8qw4VmyfKJKibwhmICx5UfK2WAfzwSuLmUDc0vZpfaXvcOfiXsn27NP+B3XLS2/79ludgsmT5ZxQTaFROg9rv/rMCfKzr8o6OjLElHIyy7WRl9F4+dx3f5kmuvT9BHnn8HI787oiLfJgX+F2W66JCMn/S7JazszkPndmdH5kdFh39oaGj8v1EL7osNj7hyPHfupq1s3rbHkPO7o042tp9fusaQIVk/cQWwyMDRj9vmLLupTAb4UzWw48ds4IUdbLS3x/HXpkr/nK2PZlzoA/gdlbBz/L42AF29Hfub825bUSUL/OP/ToF/UDEBp4yAwM+5fwPLWbMx478D/I5Kikq/rw2AdPHjQ1Vzb1zeqPwYkQH+yaJOyXRMF9UIzJgBTe3NXrlaAX+jocYegN/RfL/O6738MIAUnXnt5bKFa9ZTVbBMJvgni0yADusgIxhSny9MAD5rkfJQYM++6daMK/oAP9eQv1rGfN/XBkB6t4RFvvT7U42zr15UJSP8vAT4nQv5tZE/6Zc3FPLjt9Tbsb8y77YVzW6kBIA/MCG/p737eCnsx28rv/QLLSf+J3b7lXNnEoAf8NsU3UO3+xF+30YAqTr/zuu1RRWr652OBgB/IEb9mAJ+k5/fZNjv3+L8f/xKk9PRAOAPzKjf5Pc3GgrSt0rThbOvXtSYXVgUAfzQNKO+L6b3YADTAxzp+/BAo5XFQ4Df14ozn1X4kQKkc7xQKJlf+oVqJS2ouHL+bDvgD7z0pbzVQYM/kBGAlbQA8CPchwH4WLSA6IsfHKvNXRytYZNmCwC/L8HfzsaadiSD/mHAANLUB3Kjy6qyCyKAH3k+DCCIOv5EQ3T+P62pH4wsqBqdMw/w+wN8mtPvxEcBAzCswz98NJp3z6r62YujVWEDx2gBfoAPA/Churq6qC5QO3whWZNVEIkAfuT4MIAAioqF/9DeVTnc012fVVgUBfxCiUb5mPJoAfgwAP532+st5bOX3lCTveCqSsDvqWiTznYF+gQ+ChiAJ3WCwgc2VoXn5W3mFRUA/rSj/U421pIL+T0MQKCoYMmyzaGcnEqnagWAf0JuT6P9Toz2MADhdSLxq8rc5aVr2dhBJhHAbwv6Vr/ux4cBBEBHnnq8Mu+e+9ZmX3V1ufLHKOCfMbxPAHoYgC919Bc/K8u/94Hy4e5za0PZ2eXp1hcEEH4VeHr2S7NNGABkuG4wq2RxeXjO3JVkCL1te4IAPwG/VwMe+TwMANJFx54pT5QqlLKxFudlkr+ldu3RgREeBgBZN4UyrX5Qqj2XCQh6pwY6PbcDdhgAxNcYIpoRRFIMoZT9fdYhygwWHTNlKdqDlNQA14FPaqBj5Z2k+n8BBgCYs/pPRyOn1wAAAABJRU5ErkJggg==","mediatype":"image/png"}],"installModes":[{"type":"OwnNamespace","supported":true},{"type":"SingleNamespace","supported":false},{"type":"MultiNamespace","supported":false},{"type":"AllNamespaces","supported":false}],"labels":{"alm-owner-amq-broker":"amq-broker-operator","operated-by":"amq-broker-operator.v0.10.1-on-z"},"selector":{"matchLabels":{"ActiveMQArtemis":"ex-aao","application":"ex-aao-app","operated-by":"amq-broker-operator.v0.10.1-on-z"}}},"status":{}}
name: amq-broker-operator.v0.10.1-on-z
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1alpha1
status: Created
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: apiextensions.k8s.io
kind: CustomResourceDefinition
manifest: |
{"apiVersion":"apiextensions.k8s.io/v1beta1","kind":"CustomResourceDefinition","metadata":{"creationTimestamp":null,"name":"activemqartemises.broker.amq.io"},"spec":{"group":"broker.amq.io","names":{"kind":"ActiveMQArtemis","listKind":"ActiveMQArtemisList","plural":"activemqartemises","singular":"activemqartemis"},"scope":"Namespaced","subresources":{"scale":{"specReplicasPath":".spec.replicas","statusReplicasPath":".status.replicas"},"status":{}},"validation":{"openAPIV3Schema":{"properties":{"apiVersion":{"type":"string"},"kind":{"type":"string"},"metadata":{"type":"object"},"spec":{"properties":{"acceptors":{"description":"Configuration of all acceptors","items":{"description":"A single acceptor configuration","properties":{"anycastPrefix":{"description":"To indicate which kind of routing type to use.","type":"string"},"connectionsAllowed":{"description":"Limits the number of connections which the acceptor will allow. When this limit is reached a DEBUG level message is issued to the log, and the connection is refused.","type":"integer"},"enabledCipherSuites":{"description":"Comma separated list of cipher suites used for SSL communication.","type":"string"},"enabledProtocols":{"description":"Comma separated list of protocols used for SSL communication.","type":"string"},"expose":{"description":"Whether or not to expose this acceptor","type":"boolean"},"multicastPrefix":{"description":"To indicate which kind of routing type to use.","type":"string"},"name":{"description":"The name of the acceptor","type":"string"},"needClientAuth":{"description":"Tells a client connecting to this acceptor that 2-way SSL is required. This property takes precedence over wantClientAuth.","type":"boolean"},"port":{"description":"Port number","type":"integer"},"protocols":{"description":"The protocols to enable for this acceptor","type":"string"},"sniHost":{"description":"A regular expression used to match the server_name extension on incoming SSL connections. If the name doesn't match then the connection to the acceptor will be rejected.","type":"string"},"sslEnabled":{"description":"Whether or not to enable SSL on this port","type":"boolean"},"sslProvider":{"description":"Used to change the SSL Provider between JDK and OPENSSL. The default is JDK.","type":"string"},"sslSecret":{"description":"Name of the secret to use for ssl information","type":"string"},"verifyHost":{"description":"The CN of the connecting client's SSL certificate will be compared to its hostname to verify they match. This is useful only for 2-way SSL.","type":"boolean"},"wantClientAuth":{"description":"Tells a client connecting to this acceptor that 2-way SSL is requested but not required. Overridden by needClientAuth.","type":"boolean"}},"type":"object"},"minItems":0,"type":"array"},"adminPassword":{"description":"Password for standard broker user. It is required for connecting to the broker. If left empty, it will be generated.","type":"string"},"adminUser":{"description":"User name for standard broker user. It is required for connecting to the broker. If left empty, it will be generated.","type":"string"},"connectors":{"description":"Configuration of all connectors","items":{"description":"A single connector configuration","properties":{"enabledCipherSuites":{"description":"Comma separated list of cipher suites used for SSL communication.","type":"string"},"enabledProtocols":{"description":"Comma separated list of protocols used for SSL communication.","type":"string"},"expose":{"description":"Whether or not to expose this connector","type":"boolean"},"host":{"description":"Hostname or IP to connect to","type":"string"},"name":{"description":"The name of the acceptor","type":"string"},"needClientAuth":{"description":"Tells a client connecting to this acceptor that 2-way SSL is required. This property takes precedence over wantClientAuth.","type":"boolean"},"port":{"description":"Port number","type":"integer"},"sniHost":{"description":"A regular expression used to match the server_name extension on incoming SSL connections. If the name doesn't match then the connection to the acceptor will be rejected.","type":"string"},"sslEnabled":{"description":"Whether or not to enable SSL on this port","type":"boolean"},"sslProvider":{"description":"Used to change the SSL Provider between JDK and OPENSSL. The default is JDK.","type":"string"},"sslSecret":{"description":"Name of the secret to use for ssl information","type":"string"},"type":{"description":"The type either tcp or vm","type":"string"},"verifyHost":{"description":"The CN of the connecting client's SSL certificate will be compared to its hostname to verify they match. This is useful only for 2-way SSL.","type":"boolean"},"wantClientAuth":{"description":"Tells a client connecting to this acceptor that 2-way SSL is requested but not required. Overridden by needClientAuth.","type":"boolean"}},"type":"object"},"minItems":0,"type":"array"},"console":{"description":"Configuration for the embedded web console","properties":{"expose":{"description":"Whether or not to expose this port","type":"boolean"},"sslEnabled":{"description":"Whether or not to enable SSL on this port","type":"boolean"},"sslSecret":{"description":"Name of the secret to use for ssl information","type":"string"},"useClientAuth":{"description":"If the embedded server requires client authentication","type":"boolean"}},"type":"object"},"deploymentPlan":{"properties":{"image":{"description":"The image used for the broker deployment","type":"string"},"journalType":{"description":"If aio use ASYNCIO, if nio use NIO for journal IO","type":"string"},"messageMigration":{"description":"If true migrate messages on scaledown","type":"boolean"},"persistenceEnabled":{"description":"If true use persistent volume via persistent volume claim for journal storage","type":"boolean"},"requireLogin":{"description":"If true require user password login credentials for broker protocol ports","type":"boolean"},"size":{"description":"The number of broker pods to deploy","maximum":16,"minimum":0,"type":"integer"}},"type":"object"}},"type":"object"},"status":{"properties":{"podStatus":{"properties":{"ready":{"items":{"type":"string"},"type":"array"},"starting":{"items":{"type":"string"},"type":"array"},"stopped":{"items":{"type":"string"},"type":"array"}},"type":"object"}},"required":["podStatus"],"type":"object"}},"required":["spec"]}},"version":"v2alpha1","versions":[{"name":"v2alpha1","served":true,"storage":true},{"name":"v1alpha1","served":false,"storage":false}]}}
name: activemqartemises.broker.amq.io
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1beta1
status: Created
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: apiextensions.k8s.io
kind: CustomResourceDefinition
manifest: |
{"apiVersion":"apiextensions.k8s.io/v1beta1","kind":"CustomResourceDefinition","metadata":{"creationTimestamp":null,"name":"activemqartemisaddresses.broker.amq.io"},"spec":{"group":"broker.amq.io","names":{"kind":"ActiveMQArtemisAddress","listKind":"ActiveMQArtemisAddressList","plural":"activemqartemisaddresses","singular":"activemqartemisaddress"},"scope":"Namespaced","subresources":{"status":{}},"validation":{"openAPIV3Schema":{"properties":{"apiVersion":{"type":"string"},"kind":{"type":"string"},"metadata":{"type":"object"},"spec":{"properties":{"addressName":{"type":"string"},"queueName":{"type":"string"},"routingType":{"type":"string"}},"required":["addressName","queueName","routingType"],"type":"object"},"status":{"type":"object"}}}},"version":"v2alpha1","versions":[{"name":"v2alpha1","served":true,"storage":true},{"name":"v1alpha2","served":true,"storage":false},{"name":"v1alpha1","served":false,"storage":false}]}}
name: activemqartemisaddresses.broker.amq.io
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1beta1
status: Created
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: apiextensions.k8s.io
kind: CustomResourceDefinition
manifest: |
{"apiVersion":"apiextensions.k8s.io/v1beta1","kind":"CustomResourceDefinition","metadata":{"creationTimestamp":null,"name":"activemqartemisscaledowns.broker.amq.io"},"spec":{"group":"broker.amq.io","names":{"kind":"ActiveMQArtemisScaledown","listKind":"ActiveMQArtemisScaledownList","plural":"activemqartemisscaledowns","singular":"activemqartemisscaledown"},"scope":"Namespaced","subresources":{"status":{}},"validation":{"openAPIV3Schema":{"properties":{"apiVersion":{"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources","type":"string"},"kind":{"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds","type":"string"},"metadata":{"type":"object"},"spec":{"properties":{"localOnly":{"description":"If enabled, the controller only handles StatefulSets in a single namespace instead of across all namespaces.","type":"boolean"}},"required":["localOnly"],"type":"object"},"status":{"type":"object"}}}},"version":"v2alpha1","versions":[{"name":"v2alpha1","served":true,"storage":true},{"name":"v1alpha1","served":false,"storage":false}]}}
name: activemqartemisscaledowns.broker.amq.io
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1beta1
status: Created
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: ""
kind: ServiceAccount
manifest: |
{"metadata":{"name":"amq-broker-operator","namespace":"srt","creationTimestamp":null,"ownerReferences":[{"apiVersion":"operators.coreos.com/v1alpha1","kind":"ClusterServiceVersion","name":"amq-broker-operator.v0.10.1-on-z","uid":"","controller":false,"blockOwnerDeletion":false}]}}
name: amq-broker-operator
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1
status: Created
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: rbac.authorization.k8s.io
kind: Role
manifest: |
{"metadata":{"name":"amq-broker-operator.v0.10.1-on-z-amq-broker-operator-758675dc44","namespace":"srt","creationTimestamp":null,"labels":{"olm.owner":"amq-broker-operator.v0.10.1-on-z","olm.owner.kind":"ClusterServiceVersion","olm.owner.namespace":"srt"},"ownerReferences":[{"apiVersion":"operators.coreos.com/v1alpha1","kind":"ClusterServiceVersion","name":"amq-broker-operator.v0.10.1-on-z","uid":"","controller":false,"blockOwnerDeletion":false}]},"rules":[{"verbs":["*"],"apiGroups":[""],"resources":["pods","services","endpoints","persistentvolumeclaims","events","configmaps","secrets","routes"]},{"verbs":["get"],"apiGroups":[""],"resources":["namespaces"]},{"verbs":["*"],"apiGroups":["apps"],"resources":["deployments","daemonsets","replicasets","statefulsets"]},{"verbs":["get","create"],"apiGroups":["monitoring.coreos.com"],"resources":["servicemonitors"]},{"verbs":["*"],"apiGroups":["broker.amq.io"],"resources":["*"]},{"verbs":["get","list","watch","create","delete"],"apiGroups":["route.openshift.io"],"resources":["routes","routes/custom-host","routes/status"]}]}
name: amq-broker-operator.v0.10.1-on-z-amq-broker-operator-758675dc44
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1
status: Created
- resolving: amq-broker-operator.v0.10.1-on-z
resource:
group: rbac.authorization.k8s.io
kind: RoleBinding
manifest: |
{"metadata":{"name":"amq-broker-operator.v0.10.1-on-z-amq-broker-operator-758675dc44","namespace":"srt","creationTimestamp":null,"labels":{"olm.owner":"amq-broker-operator.v0.10.1-on-z","olm.owner.kind":"ClusterServiceVersion","olm.owner.namespace":"srt"},"ownerReferences":[{"apiVersion":"operators.coreos.com/v1alpha1","kind":"ClusterServiceVersion","name":"amq-broker-operator.v0.10.1-on-z","uid":"","controller":false,"blockOwnerDeletion":false}]},"subjects":[{"kind":"ServiceAccount","name":"amq-broker-operator","namespace":"srt"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"amq-broker-operator.v0.10.1-on-z-amq-broker-operator-758675dc44"}}
name: amq-broker-operator.v0.10.1-on-z-amq-broker-operator-758675dc44
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
version: v1
status: Created
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
creationTimestamp: "2020-11-02T15:23:10Z"
generation: 1
managedFields:
- apiVersion: operators.coreos.com/v1alpha1
fieldsType: FieldsV1
fieldsV1:
f:spec:
.: {}
f:channel: {}
f:installPlanApproval: {}
f:name: {}
f:source: {}
f:sourceNamespace: {}
f:startingCSV: {}
manager: Mozilla
operation: Update
time: "2020-11-02T15:23:10Z"
- apiVersion: operators.coreos.com/v1alpha1
fieldsType: FieldsV1
fieldsV1:
f:spec:
f:config:
.: {}
f:resources: {}
f:status:
.: {}
f:catalogHealth: {}
f:conditions: {}
f:currentCSV: {}
f:installPlanGeneration: {}
f:installPlanRef:
.: {}
f:apiVersion: {}
f:kind: {}
f:name: {}
f:namespace: {}
f:resourceVersion: {}
f:uid: {}
f:installplan:
.: {}
f:apiVersion: {}
f:kind: {}
f:name: {}
f:uuid: {}
f:lastUpdated: {}
f:state: {}
manager: catalog
operation: Update
time: "2020-11-02T15:23:10Z"
name: rhsso-operator
namespace: srt
resourceVersion: "347014"
selfLink: /apis/operators.coreos.com/v1alpha1/namespaces/srt/subscriptions/rhsso-operator
uid: f07c20cd-544c-4215-9b0f-7720225ca22d
spec:
channel: alpha
installPlanApproval: Automatic
name: rhsso-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: rhsso-operator.7.4.2
status:
catalogHealth:
- catalogSourceRef:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
name: certified-operators
namespace: openshift-marketplace
resourceVersion: "312990"
uid: d9af958f-8724-43bd-a584-20231342d8cd
healthy: true
lastUpdated: "2020-11-02T15:23:10Z"
- catalogSourceRef:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
name: community-operators
namespace: openshift-marketplace
resourceVersion: "309052"
uid: 59ce19cb-ae3b-4430-a833-a374729876e6
healthy: true
lastUpdated: "2020-11-02T15:23:10Z"
- catalogSourceRef:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
name: redhat-marketplace
namespace: openshift-marketplace
resourceVersion: "312995"
uid: d060b1b1-d4d0-4808-be1e-e6ca9e43aea5
healthy: true
lastUpdated: "2020-11-02T15:23:10Z"
- catalogSourceRef:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
name: redhat-operators
namespace: openshift-marketplace
resourceVersion: "309050"
uid: c4b154bb-23d2-425a-8672-c2f2b2f9b163
healthy: true
lastUpdated: "2020-11-02T15:23:10Z"
conditions:
- lastTransitionTime: "2020-11-02T15:23:10Z"
message: all available catalogsources are healthy
reason: AllCatalogSourcesHealthy
status: "False"
type: CatalogSourcesUnhealthy
currentCSV: rhsso-operator.7.4.2
installPlanGeneration: 2
installPlanRef:
apiVersion: operators.coreos.com/v1alpha1
kind: InstallPlan
name: install-bsrlm
namespace: srt
resourceVersion: "92685"
uid: c24d82ed-abd7-4d87-88bc-5b747ef3bcbd
installplan:
apiVersion: operators.coreos.com/v1alpha1
kind: InstallPlan
name: install-bsrlm
uuid: c24d82ed-abd7-4d87-88bc-5b747ef3bcbd
lastUpdated: "2020-11-02T15:23:10Z"
state: UpgradePending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment