Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit a24e527

Browse files
author
Krish Chowdhary
committed
removes minio sample driver, see: sigs.k8s.io/cosi-driver-minio
1 parent 795a718 commit a24e527

22 files changed

+7
-773
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
CMDS=objectstorage-sidecar minio-cosi-driver
15+
CMDS=objectstorage-sidecar
1616

1717
all: reltools build
1818
.PHONY: reltools

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ objectstorage-sidecar:latest
3535
sample-driver:latest
3636
```
3737

38-
3938
In order to run the tests execute:
4039
```bash
4140
make test
4241
```
4342

43+
### Running the Sidecar
44+
45+
To see an example of running the sidecar, take a look at the [COSI Driver Minio](https://github.com/kubernetes-sigs/cosi-driver-minio) sub-project.
46+
4447
## References
4548

4649
- [Documentation](https://github.com/kubernetes-sigs/container-object-storage-interface-api/tree/master/docs/index.md)

Diff for: cmd/minio-cosi-driver/Dockerfile

-6
This file was deleted.

Diff for: cmd/minio-cosi-driver/cmd.go

-114
This file was deleted.

Diff for: cmd/minio-cosi-driver/internal/driver.go

-34
This file was deleted.

Diff for: cmd/minio-cosi-driver/internal/identity.go

-42
This file was deleted.

Diff for: cmd/minio-cosi-driver/internal/minio/bucket.go

-36
This file was deleted.

Diff for: cmd/minio-cosi-driver/internal/minio/client.go

-101
This file was deleted.

Diff for: cmd/minio-cosi-driver/internal/minio/const.go

-18
This file was deleted.

0 commit comments

Comments
 (0)