mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
chore(k8s): updated storage and apiextension version to v1 (#299)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
3162112327
commit
533e17a9aa
14 changed files with 1023 additions and 956 deletions
|
|
@ -11,11 +11,11 @@
|
|||
# to generate the CRD definition
|
||||
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.2.8
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
creationTimestamp: null
|
||||
name: zfssnapshots.zfs.openebs.io
|
||||
spec:
|
||||
|
|
@ -27,9 +27,7 @@ spec:
|
|||
shortNames:
|
||||
- zfssnap
|
||||
singular: zfssnapshot
|
||||
preserveUnknownFields: false
|
||||
scope: Namespaced
|
||||
version: v1
|
||||
versions:
|
||||
- name: v1
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue