|
| 1 | +apiVersion: operators.coreos.com/v1alpha1 |
| 2 | +kind: ClusterServiceVersion |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + alm-examples: '[{"apiVersion":"kubevirt.io/v1alpha1","kind":"KWebUI","metadata":{"name":"kubevirt-web-ui"},"spec":{"branding":"okdvirt","image_pull_policy":"Always","registry_url":"quay.io/kubevirt","version":"v2.0.0"}}]' |
| 6 | + capabilities: Basic Install |
| 7 | + categories: OpenShift Optional |
| 8 | + containerImage: quay.io/kubevirt/kubevirt-web-ui-operator |
| 9 | + createdAt: '2019-04-18T21:00:00Z' |
| 10 | + description: KubeVirt Web UI |
| 11 | + repository: https://github.com/kubevirt/kubevirt-web-ui-operator |
| 12 | + name: kubevirt-web-ui-operator.v0.1.12 |
| 13 | + namespace: placeholder |
| 14 | +spec: |
| 15 | + apiservicedefinitions: {} |
| 16 | + customresourcedefinitions: |
| 17 | + owned: |
| 18 | + - description: KubeVirt Web UI |
| 19 | + displayName: KubeVirt Web UI Resource |
| 20 | + kind: KWebUI |
| 21 | + name: kwebuis.kubevirt.io |
| 22 | + version: v1alpha1 |
| 23 | + description: KubeVirt Web UI |
| 24 | + displayName: Web Ui Operator |
| 25 | + install: |
| 26 | + spec: |
| 27 | + clusterPermissions: |
| 28 | + - rules: |
| 29 | + - apiGroups: |
| 30 | + - '' |
| 31 | + resources: |
| 32 | + - configmaps |
| 33 | + - pods |
| 34 | + - namespaces |
| 35 | + - services |
| 36 | + - endpoints |
| 37 | + - persistentvolumeclaims |
| 38 | + - events |
| 39 | + - secrets |
| 40 | + - replicationcontrollers |
| 41 | + - serviceaccounts |
| 42 | + - statefulsets |
| 43 | + verbs: |
| 44 | + - '*' |
| 45 | + - apiGroups: |
| 46 | + - extensions |
| 47 | + - apps |
| 48 | + resources: |
| 49 | + - deployments |
| 50 | + - replicasets |
| 51 | + verbs: |
| 52 | + - '*' |
| 53 | + - apiGroups: |
| 54 | + - oauth.openshift.io |
| 55 | + - project.openshift.io |
| 56 | + - template.openshift.io |
| 57 | + - route.openshift.io |
| 58 | + - apiextensions.k8s.io |
| 59 | + - kubevirt.io |
| 60 | + - extensions |
| 61 | + - apps |
| 62 | + - monitoring.coreos.com |
| 63 | + resources: |
| 64 | + - '*' |
| 65 | + verbs: |
| 66 | + - '*' |
| 67 | + serviceAccountName: kubevirt-web-ui-operator |
| 68 | + deployments: |
| 69 | + - name: kubevirt-web-ui-operator |
| 70 | + spec: |
| 71 | + replicas: 1 |
| 72 | + selector: |
| 73 | + matchLabels: |
| 74 | + name: kubevirt-web-ui-operator |
| 75 | + strategy: {} |
| 76 | + template: |
| 77 | + metadata: |
| 78 | + labels: |
| 79 | + name: kubevirt-web-ui-operator |
| 80 | + spec: |
| 81 | + containers: |
| 82 | + - env: |
| 83 | + - name: WATCH_NAMESPACE |
| 84 | + valueFrom: |
| 85 | + fieldRef: |
| 86 | + fieldPath: metadata.namespace |
| 87 | + - name: POD_NAME |
| 88 | + valueFrom: |
| 89 | + fieldRef: |
| 90 | + fieldPath: metadata.name |
| 91 | + - name: OPERATOR_NAME |
| 92 | + value: kubevirt-web-ui-operator |
| 93 | + image: quay.io/kubevirt/kubevirt-web-ui-operator:v0.1.12 |
| 94 | + imagePullPolicy: Always |
| 95 | + name: kubevirt-web-ui-operator |
| 96 | + ports: |
| 97 | + - containerPort: 60000 |
| 98 | + name: metrics |
| 99 | + readinessProbe: |
| 100 | + exec: |
| 101 | + command: |
| 102 | + - stat |
| 103 | + - /tmp/operator-sdk-ready |
| 104 | + failureThreshold: 1 |
| 105 | + initialDelaySeconds: 4 |
| 106 | + periodSeconds: 10 |
| 107 | + resources: {} |
| 108 | + serviceAccountName: kubevirt-web-ui-operator |
| 109 | + strategy: deployment |
| 110 | + installModes: |
| 111 | + - supported: true |
| 112 | + type: OwnNamespace |
| 113 | + - supported: true |
| 114 | + type: SingleNamespace |
| 115 | + - supported: false |
| 116 | + type: MultiNamespace |
| 117 | + - supported: true |
| 118 | + type: AllNamespaces |
| 119 | + keywords: |
| 120 | + - KubeVirt |
| 121 | + - Virtualization |
| 122 | + - UI |
| 123 | + labels: |
| 124 | + alm-owner-kubevirt: kubevirt-web-ui |
| 125 | + operated-by: kubevirt-web-ui |
| 126 | + links: |
| 127 | + - name: KubeVirt |
| 128 | + url: https://kubevirt.io |
| 129 | + - name: Source Code |
| 130 | + url: https://github.com/kubevirt/web-ui-operator |
| 131 | + maintainers: |
| 132 | + |
| 133 | + name: KubeVirt project |
| 134 | + maturity: alpha |
| 135 | + provider: |
| 136 | + name: KubeVirt project |
| 137 | + selector: |
| 138 | + matchLabels: |
| 139 | + alm-owner-kubevirt: kubevirt-web-ui |
| 140 | + operated-by: kubevirt-web-ui |
| 141 | + version: 0.1.12 |
0 commit comments