Skip to content

Commit

Permalink
api: add api-approved.kubernetes.io annotation to CRD
Browse files Browse the repository at this point in the history
This commit adds the following annotation
`api-approved.kubernetes.io: \
"https://github.com/kubernetes-csi/external-snapshot-metadata/pull/2"`.

Refer to kubernetes/enhancements#1111
for more details.

Signed-off-by: Rakshith R <rar@redhat.com>
  • Loading branch information
Rakshith-R committed Nov 19, 2024
1 parent f0f419e commit bc06389
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshot-metadata/pull/2"
name: snapshotmetadataservices.cbt.storage.k8s.io
spec:
group: cbt.storage.k8s.io
Expand Down

0 comments on commit bc06389

Please sign in to comment.