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

Commit 6b4158f

Browse files
authored
Merge pull request #13 from NicolasT/crds-kustomization
crds: add `kustomization.yaml`
2 parents 5504b61 + 584f54a commit 6b4158f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: crds/kustomization.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
5+
resources:
6+
- objectstorage.k8s.io_bucketaccesses.yaml
7+
- objectstorage.k8s.io_bucketaccessclasses.yaml
8+
- objectstorage.k8s.io_bucketaccessrequests.yaml
9+
- objectstorage.k8s.io_bucketclasses.yaml
10+
- objectstorage.k8s.io_bucketrequests.yaml
11+
- objectstorage.k8s.io_buckets.yaml
12+
13+
patches:
14+
- target:
15+
kind: CustomResourceDefinition
16+
patch: |-
17+
- op: add
18+
path: /metadata/annotations
19+
value:
20+
controller-gen.kubebuilder.io/version: (devel)
21+
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/container-object-storage-interface-api/pull/2

0 commit comments

Comments
 (0)