Skip to content

Commit

Permalink
Merge pull request redhat-developer#70 from bf2fc6cc711aee1a0c2a/chan…
Browse files Browse the repository at this point in the history
…ge-api

BREAKING: change API for managed services requests
  • Loading branch information
secondsun authored Feb 18, 2021
2 parents fb49f55 + a4e1943 commit 07b787f
Show file tree
Hide file tree
Showing 70 changed files with 110 additions and 2,893 deletions.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ oc apply -f ./secrets/api-token.yml
```
2. Create managed kafka connection
```
oc apply -f ./crs/ManagedKafkaRequest.yml
oc apply -f ./crs/ManagedServicesRequest.yml
```
3. Create Managed Service Account request
```
Expand All @@ -28,10 +28,10 @@ oc apply -f ./crs/ManagedServiceAccountRequest.yml

4. Create connection

Go and edit `kafkaId` based on status from `ManagedKafkaRequest` object
Go and edit `kafkaId` based on status from `ManagedServicesRequest` object

```
oc get ManagedKafkaRequest -o yaml
oc get ManagedServicesRequest -o yaml
```

Edit connection and create it
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Namespaced
apiVersion: rhoas.redhat.com/v1alpha1
kind: ManagedKafkaRequest
kind: ManagedServicesRequest
metadata:
name: namespace-name-managed-kafkas
namespace: rhoas-operator-testing
Expand Down
28 changes: 28 additions & 0 deletions java/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>rhoas-operator-parent</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1611760829765</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
11 changes: 0 additions & 11 deletions olm/olm-catalog/rhoas-operator/0.0.10/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions olm/olm-catalog/rhoas-operator/0.0.11/Dockerfile

This file was deleted.

Loading

0 comments on commit 07b787f

Please sign in to comment.