-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Autobump version done by action
- Loading branch information
github-actions[bot]
committed
Mar 12, 2021
1 parent
5f0a728
commit f332f69
Showing
7 changed files
with
382 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
FROM scratch | ||
|
||
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | ||
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | ||
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | ||
LABEL operators.operatorframework.io.bundle.package.v1=rhoas-operator | ||
LABEL operators.operatorframework.io.bundle.channels.v1=beta | ||
LABEL operators.operatorframework.io.bundle.channel.default.v1=beta | ||
|
||
ADD manifests/*.yaml /manifests/ | ||
ADD metadata/annotations.yaml /metadata/annotations.yaml |
63 changes: 63 additions & 0 deletions
63
...catalog/rhoas-operator/0.3.1/manifests/rhoas-operator.cloudserviceaccountrequest.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: cloudserviceaccountrequests.rhoas.redhat.com | ||
spec: | ||
group: rhoas.redhat.com | ||
names: | ||
kind: CloudServiceAccountRequest | ||
plural: cloudserviceaccountrequests | ||
shortNames: | ||
- csar | ||
singular: cloudserviceaccountrequest | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
serviceAccountName: | ||
type: string | ||
serviceAccountDescription: | ||
type: string | ||
serviceAccountSecretName: | ||
type: string | ||
accessTokenSecretName: | ||
type: string | ||
type: object | ||
status: | ||
properties: | ||
message: | ||
nullable: true | ||
type: string | ||
updated: | ||
nullable: true | ||
type: string | ||
serviceAccountSecretName: | ||
nullable: true | ||
type: string | ||
conditions: | ||
type: array | ||
nullable: true | ||
items: | ||
type: object | ||
properties: | ||
type: | ||
type: string | ||
reason: | ||
type: string | ||
message: | ||
type: string | ||
status: | ||
type: string | ||
lastTransitionTime: | ||
type: string | ||
type: object | ||
type: object | ||
preserveUnknownFields: false |
83 changes: 83 additions & 0 deletions
83
olm/olm-catalog/rhoas-operator/0.3.1/manifests/rhoas-operator.cloudservicesrequests.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: cloudservicesrequests.rhoas.redhat.com | ||
spec: | ||
group: rhoas.redhat.com | ||
names: | ||
kind: CloudServicesRequest | ||
plural: cloudservicesrequests | ||
shortNames: | ||
- cscr | ||
singular: cloudservicesrequest | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
accessTokenSecretName: | ||
type: string | ||
type: object | ||
status: | ||
properties: | ||
message: | ||
type: string | ||
nullable: true | ||
updated: | ||
type: string | ||
nullable: true | ||
lastUpdate: | ||
type: string | ||
nullable: true | ||
conditions: | ||
type: array | ||
nullable: true | ||
items: | ||
type: object | ||
properties: | ||
type: | ||
type: string | ||
reason: | ||
type: string | ||
message: | ||
type: string | ||
status: | ||
type: string | ||
lastTransitionTime: | ||
type: string | ||
userKafkas: | ||
type: array | ||
nullable: true | ||
items: | ||
type: object | ||
properties: | ||
id: | ||
type: string | ||
name: | ||
type: string | ||
created: | ||
type: string | ||
provider: | ||
type: string | ||
region: | ||
type: string | ||
owner: | ||
type: string | ||
bootstrapServerHost: | ||
type: string | ||
updatedAt: | ||
type: string | ||
createdAt: | ||
type: string | ||
status: | ||
type: string | ||
type: object | ||
type: object | ||
preserveUnknownFields: false |
134 changes: 134 additions & 0 deletions
134
olm/olm-catalog/rhoas-operator/0.3.1/manifests/rhoas-operator.clusterserviceversion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: ClusterServiceVersion | ||
metadata: | ||
annotations: | ||
alm-examples: >- | ||
[{"apiVersion":"","kind":"KafkaConnection","metadata":{"name":""},"spec":{}},{"apiVersion":"","kind":"CloudServiceAccountRequest","metadata":{"name":""},"spec":{}},{"apiVersion":"","kind":"CloudServicesRequest","metadata":{"name":""},"spec":{}}] | ||
categories: '' | ||
certified: 'false' | ||
createdAt: '' | ||
description: Short desc | ||
containerImage: '' | ||
support: '' | ||
capabilities: Seamless Upgrades | ||
repository: '' | ||
olm.skipRange: ">=0.0.1 <0.3.1" | ||
name: rhoas-operator.0.3.1 | ||
spec: | ||
apiservicedefinitions: {} | ||
customresourcedefinitions: | ||
owned: | ||
- description: Creates RHOAS Service Accounts | ||
displayName: Cloud Service Account Request | ||
kind: CloudServiceAccountRequest | ||
name: cloudserviceaccountrequests.rhoas.redhat.com | ||
version: v1alpha1 | ||
- description: Cloud Services Request | ||
displayName: Cloud Services Request | ||
kind: CloudServicesRequest | ||
name: cloudservicesrequests.rhoas.redhat.com | ||
version: v1alpha1 | ||
- description: Binds Cloud Kafka | ||
displayName: Kafka Connection | ||
kind: KafkaConnection | ||
name: kafkaconnections.rhoas.redhat.com | ||
version: v1alpha1 | ||
icon: | ||
- base64data: PHN2ZyBpZD0nYWRmZmQ5ZjYtYTM0MC00Y2NlLTgyMTEtNmMwZjkyOThiNTVmJyBkYXRhLW5hbWU9J0xheWVyIDEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzM4JyBoZWlnaHQ9JzM4JyB2aWV3Qm94PScwIDAgMzggMzgnPjxkZWZzPjxzdHlsZT4uYmFiYzkxNmMtZTFmYi00MzJjLTgyZjUtZjMxMDA4Zjg2NGFle2ZpbGw6cmVkO30uYmQ1NDAzOWYtMWZmNy00YWQ3LWE1YTItNjU1ZDExNDRkOWY1e2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0nTTI4LDFIMTBhOSw5LDAsMCwwLTksOVYyOGE5LDksMCwwLDAsOSw5SDI4YTksOSwwLDAsMCw5LTlWMTBhOSw5LDAsMCwwLTktOVonLz48cGF0aCBjbGFzcz0nYmFiYzkxNmMtZTFmYi00MzJjLTgyZjUtZjMxMDA4Zjg2NGFlJyBkPSdNMjcuNDMxNiwxNC41MTczYTIuNjU3NzUsMi42NTc3NSwwLDEsMSwyLjY1ODA3LTIuNjU4MDZBMi42NjExOCwyLjY2MTE4LDAsMCwxLDI3LjQzMTYsMTQuNTE3M1ptMC0zLjcwODM1YTEuMDUwNjEsMS4wNTA2MSwwLDEsMCwxLjA1MDkzLDEuMDUwMjlBMS4wNTEyMSwxLjA1MTIxLDAsMCwwLDI3LjQzMTYsMTAuODA5WicvPjxwYXRoIGNsYXNzPSdiYWJjOTE2Yy1lMWZiLTQzMmMtODJmNS1mMzEwMDhmODY0YWUnIGQ9J00yMy45MTQ3MiwzMC4wOTQ2NmE0Ljg4MzU4LDQuODgzNTgsMCwxLDEsNC44ODQyMS00Ljg4M0E0Ljg4OTEzLDQuODg5MTMsMCwwLDEsMjMuOTE0NzIsMzAuMDk0NjZabTAtOC4xNmEzLjI3NjQ0LDMuMjc2NDQsMCwxLDAsMy4yNzcwNywzLjI3NzA3QTMuMjgsMy4yOCwwLDAsMCwyMy45MTQ3MiwyMS45MzQ2NFonLz48cGF0aCBjbGFzcz0nYmQ1NDAzOWYtMWZmNy00YWQ3LWE1YTItNjU1ZDExNDRkOWY1JyBkPSdNMTYuOTczODgsMjYuMzcxODdBLjgwMzc4LjgwMzc4LDAsMCwxLDE2LjkyMywyNC43NjZjLjE5Mjc0LS4wMTI1Ni4zODQyMS0uMDMxMzkuNTczMTgtLjA1Nzc2YS44MDMuODAzLDAsMSwxLC4yMjg1MSwxLjU4OTU3cS0uMzQ1Ni4wNTA4NS0uNjk4NzMuMDcyODJDMTcuMDA4NCwyNi4zNzE4NywxNi45OTA4MywyNi4zNzE4NywxNi45NzM4OCwyNi4zNzE4N1onLz48cGF0aCBjbGFzcz0nYmQ1NDAzOWYtMWZmNy00YWQ3LWE1YTItNjU1ZDExNDRkOWY1JyBkPSdNMTMuNDE0OTMsMjUuNzUxNjFhLjgxNTM1LjgxNTM1LDAsMCwxLS4zMTc2Ni0uMDY1MjksOC42MzA3Myw4LjYzMDczLDAsMCwxLTEuMTgzMzgtLjYyNTI4QS44MDQuODA0LDAsMCwxLDEyLjc3NCwyMy43MDI1YTYuNzc3MTgsNi43NzcxOCwwLDAsMCwuOTU5ODkuNTA3MjYuODAzOTIuODAzOTIsMCwwLDEtLjMxODkyLDEuNTQxODVaTTkuODIyMDksMjIuNjEwMTVhLjgwNC44MDQsMCwwLDEtLjY4ODY5LS4zODgsOC40NjMxMyw4LjQ2MzEzLDAsMCwxLS41OTg5MS0xLjE5NzgyLjgwMzIzLjgwMzIzLDAsMSwxLDEuNDg5MTItLjYwMjY4LDYuOTkwMTYsNi45OTAxNiwwLDAsMCwuNDg1OTEuOTY5MzEuODAzNDUuODAzNDUsMCwwLDEtLjY4NzQzLDEuMjE5MTdabS0xLjA4NzMzLTQuNjQ0NGMtLjAyMTM1LDAtLjA0MjY5LS4wMDA2Mi0uMDY0NjYtLjAwMjUxYS44MDM0LjgwMzQsMCwwLDEtLjczNy0uODY1MDlBOC41MTM3Niw4LjUxMzc2LDAsMCwxLDguMTQ0LDE1Ljc3NzI4YS44MDM1MS44MDM1MSwwLDEsMSwxLjU2MTk0LjM3NzkzLDYuOTIyMTUsNi45MjIxNSwwLDAsMC0uMTcwNzYsMS4wNzFBLjgwMzkxLjgwMzkxLDAsMCwxLDguNzM0NzYsMTcuOTY1NzVabTE0Ljg5NS0yLjUwNDI1YS44MDMuODAzLDAsMCwxLS43MzU3Ny0uNDgwODksNi44ODAwNyw2Ljg4MDA3LDAsMCwwLS41MTM1NC0uOTU2MTIuODAzODYuODAzODYsMCwwLDEsMS4zNTM1Mi0uODY3NjEsOC40Nzk3Miw4LjQ3OTcyLDAsMCwxLC42MzE1NiwxLjE3ODM2LjgwMzczLjgwMzczLDAsMCwxLS43MzU3NywxLjEyNjI2Wk0xMC41NTkxMiwxMy41NTc0MWEuODAzNTMuODAzNTMsMCwwLDEtLjYxMjEtMS4zMjQsOC42MTM5Miw4LjYxMzkyLDAsMCwxLC45NDIzMS0uOTQ4LjgwMzUuODAzNSwwLDEsMSwxLjA0ODQxLDEuMjE3OTEsNi45ODcsNi45ODcsMCwwLDAtLjc2NTI3Ljc3MDkzQS44MDMyMi44MDMyMiwwLDAsMSwxMC41NTkxMiwxMy41NTc0MVptOS45MDIxMy0xLjY2NTUzYS44MDM0OC44MDM0OCwwLDAsMS0uNDA5MzItLjExMjM3LDYuODk1NzEsNi44OTU3MSwwLDAsMC0uOTczNy0uNDc4MzhBLjgwMzY5LjgwMzY5LDAsMCwxLDE5LjY3MDg2LDkuODA3YTguNTkxODQsOC41OTE4NCwwLDAsMSwxLjIwMTU5LjU5MDEzLjgwNC44MDQsMCwwLDEtLjQxMTIsMS40OTQ3NlptLTUuODQ5MTItLjg1Mzc5QS44MDM0Ny44MDM0NywwLDAsMSwxNC40MTk0LDkuNDU0OGE4LjYyODg3LDguNjI4ODcsMCwwLDEsMS4zMTc3My0uMjE5NzIuODAzNTEuODAzNTEsMCwwLDEsLjE0MDYyLDEuNjAwODYsNy4wNzAwOSw3LjA3MDA5LDAsMCwwLTEuMDcxNjMuMTc4MjlBLjc5MjQxLjc5MjQxLDAsMCwxLDE0LjYxMjEzLDExLjAzODA5WicvPjxwYXRoIGNsYXNzPSdiZDU0MDM5Zi0xZmY3LTRhZDctYTVhMi02NTVkMTE0NGQ5ZjUnIGQ9J00yNC4yMDg1MywxOS43MDk3NmEuNzk0MTQuNzk0MTQsMCwwLDEtLjExNTUxLS4wMDgxNy44MDMuODAzLDAsMCwxLS42ODA1My0uOTEwMjlxLjAzOTU2LS4yNzk2OC4wNTY1LS41NjgxNWEuODE5OTQuODE5OTQsMCwwLDEsLjg0ODc4LS43NTUyMy44MDM2NC44MDM2NCwwLDAsMSwuNzU1ODUuODQ5NHEtLjAyMDcxLjM1Ni0uMDcxNTYuNzAzNzVBLjgwMzExLjgwMzExLDAsMCwxLDI0LjIwODUzLDE5LjcwOTc2WicvPjwvc3ZnPg== | ||
mediatype: image/svg+xml | ||
installModes: | ||
- supported: true | ||
type: OwnNamespace | ||
- supported: true | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: true | ||
type: AllNamespaces | ||
install: | ||
strategy: deployment | ||
spec: | ||
permissions: | ||
- serviceAccountName: rhoas-operator | ||
rules: | ||
- apiGroups: | ||
- "apiextensions.k8s.io" | ||
resources: | ||
- 'customresourcedefinitions' | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- secrets | ||
verbs: | ||
- create | ||
- delete | ||
- get | ||
- list | ||
- patch | ||
- update | ||
- watch | ||
- apiGroups: | ||
- rhoas.redhat.com | ||
resources: | ||
- 'kafkaconnections' | ||
- 'kafkaconnections/status' | ||
- 'kafkaconnections/finalizers' | ||
- 'cloudservicesrequests' | ||
- 'cloudservicesrequests/status' | ||
- 'cloudservicesrequests/finalizers' | ||
- 'cloudserviceaccountrequests' | ||
- 'cloudserviceaccountrequests/status' | ||
- 'cloudserviceaccountrequests/finalizers' | ||
verbs: | ||
- create | ||
- delete | ||
- get | ||
- list | ||
- patch | ||
- update | ||
- watch | ||
deployments: | ||
- name: rhoas-operator | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
name: rhoas-operator | ||
strategy: {} | ||
template: | ||
metadata: | ||
labels: | ||
name: rhoas-operator | ||
spec: | ||
containers: | ||
- image: quay.io/rhoas/service-operator:0.3.1 | ||
imagePullPolicy: Always | ||
name: rhoas-operator | ||
resources: | ||
limits: | ||
cpu: 60m | ||
memory: 512Mi | ||
requests: | ||
cpu: 30m | ||
memory: 128Mi | ||
serviceAccountName: rhoas-operator | ||
description: Operator connects your Red Hat Cloud Services into your Cluster | ||
displayName: RHOAS | ||
keywords: | ||
- managed | ||
- kafka | ||
maintainers: | ||
- email: [email protected] | ||
name: RedHat | ||
maturity: beta | ||
links: | ||
- name: BF2 GitHub org | ||
url: 'https://github.com/bf2fc6cc711aee1a0c2a/operator' | ||
provider: | ||
name: Red Hat | ||
url: https://github.com/bf2fc6cc711aee1a0c2a/operator | ||
version: 0.3.1 |
83 changes: 83 additions & 0 deletions
83
olm/olm-catalog/rhoas-operator/0.3.1/manifests/rhoas-operator.kafkaconnections.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: kafkaconnections.rhoas.redhat.com | ||
annotations: | ||
service.binding/host: 'path={.status.bootstrapServerHost}' | ||
service.binding/password: >- | ||
path={.status.serviceAccountSecretName},objectType=Secret,sourceKey=client-secret | ||
service.binding/user: >- | ||
path={.status.serviceAccountSecretName},objectType=Secret,sourceKey=client-id | ||
service.binding/saslMechanism: 'path={.status.saslMechanism}' | ||
service.binding/securityProtocol: 'path={.status.securityProtocol}' | ||
spec: | ||
group: rhoas.redhat.com | ||
names: | ||
kind: KafkaConnection | ||
plural: kafkaconnections | ||
shortNames: | ||
- akc | ||
singular: kafkaconnection | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
accessTokenSecretName: | ||
type: string | ||
kafkaId: | ||
type: string | ||
credentials: | ||
properties: | ||
serviceAccountSecretName: | ||
type: string | ||
type: object | ||
type: object | ||
status: | ||
properties: | ||
message: | ||
nullable: true | ||
type: string | ||
uiRef: | ||
nullable: true | ||
type: string | ||
updated: | ||
nullable: true | ||
type: string | ||
bootstrapServerHost: | ||
nullable: true | ||
type: string | ||
serviceAccountSecretName: | ||
nullable: true | ||
type: string | ||
saslMechanism: | ||
nullable: true | ||
type: string | ||
securityProtocol: | ||
nullable: true | ||
type: string | ||
conditions: | ||
type: array | ||
items: | ||
type: object | ||
properties: | ||
type: | ||
type: string | ||
reason: | ||
type: string | ||
message: | ||
type: string | ||
status: | ||
type: string | ||
lastTransitionTime: | ||
type: string | ||
type: object | ||
type: object | ||
preserveUnknownFields: false |
7 changes: 7 additions & 0 deletions
7
olm/olm-catalog/rhoas-operator/0.3.1/metadata/annotations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
annotations: | ||
operators.operatorframework.io.bundle.mediatype.v1: "registry+v1" | ||
operators.operatorframework.io.bundle.manifests.v1: "manifests/" | ||
operators.operatorframework.io.bundle.metadata.v1: "metadata/" | ||
operators.operatorframework.io.bundle.package.v1: "rhoas-operator" | ||
operators.operatorframework.io.bundle.channels.v1: "beta" | ||
operators.operatorframework.io.bundle.channel.default.v1: "beta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.0 | ||
0.3.1 |