Skip to content

Commit 1b7ece8

Browse files
committed
Move docs to the core repo
Signed-off-by: Ben <[email protected]>
1 parent 15f7a29 commit 1b7ece8

File tree

4 files changed

+0
-150
lines changed

4 files changed

+0
-150
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ INFO[0000] operator-image: noobaa/noobaa-operator:5.18.0
194194
You can find documentation related to noobaa operator and noobaa components in kubernetes in [doc](doc) directory.
195195
For example:
196196
- [NooBaa](doc/about-noobaa.md) - Basic terminology and links to videos.
197-
- [S3 API Compatibility](doc/s3-compatibility.md) - Overview of S3 API compatibility in NooBaa
198197
- [AWS API Compatibility](https://github.com/noobaa/noobaa-core/blob/master/docs/design/AWS_API_Compatibility.md) - Overview of AWS API calls support in NooBaa
199198
- Custom Resource Definitions ([CRDs](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#adding-custom-resources)):
200199
A custom resource is an extension of the Kubernetes API that is not necessarily available in a default Kubernetes installation. CRDs allow users to create new types of resources without adding another API server.
@@ -203,8 +202,6 @@ Once a custom resource is installed, users can create, update and access its obj
203202
- [BackingStore](doc/backing-store-crd.md) - Storage resources. These storage targets are used to store deduplicated, compressed and encrypted chunks of data.
204203
- [NamespaceStore](doc/namespace-store-crd.md) - Data resources. These storage targets are used to store and read plain data.
205204
- [BucketClass](doc/bucket-class-crd.md) - Policies applied to a class of buckets, defines bucket policies relating to data placement.
206-
- [Bucket Types](doc/bucket-types.md) - Overview of data and namespace buckets, and supported services
207-
- [Bucket Replication](doc/bucket-replication.md) - Overview of bucket replication rules in NooBaa, including log-based optimizations, inner workings, and example rules
208205
- [Account](doc/noobaa-account-crd.md) - We use the account to receive new credentials set for accessing different noobaa services.
209206
- Bucket Claim:
210207
- [OBC Provisioner](doc/obc-provisioner.md) - OBC (Object Bucket Claim) is currently the main CR to provision buckets, however it is being deprecated in favor of COSI.

doc/bucket-replication.md

-90
This file was deleted.

doc/bucket-types.md

-45
This file was deleted.

doc/s3-compatibility.md

-12
This file was deleted.

0 commit comments

Comments
 (0)