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

Commit 30272c1

Browse files
committed
moved kuztomization.yaml to root level
1 parent 6b4158f commit 30272c1

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

Diff for: crds/kustomization.yaml

-21
This file was deleted.

Diff for: kustomization.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
5+
commonAnnotations:
6+
cosi.storage.k8s.io/authors: "Kubernetes Authors"
7+
cosi.storage.k8s.io/license: "Apache V2"
8+
cosi.storage.k8s.io/support: "https://github.com/kubernetes-sigs/container-object-storage-api"
9+
controller-gen.kubebuilder.io/version: (devel)
10+
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/container-object-storage-interface-api/pull/2
11+
12+
13+
resources:
14+
- crds/objectstorage.k8s.io_bucketaccesses.yaml
15+
- crds/objectstorage.k8s.io_bucketaccessclasses.yaml
16+
- crds/objectstorage.k8s.io_bucketaccessrequests.yaml
17+
- crds/objectstorage.k8s.io_bucketclasses.yaml
18+
- crds/objectstorage.k8s.io_bucketrequests.yaml
19+
- crds/objectstorage.k8s.io_buckets.yaml

0 commit comments

Comments
 (0)