Skip to content

Commit

Permalink
bring back odf.ibm.com to be v1alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Sep 5, 2024
1 parent 30ff45c commit db60117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

var (
// GroupVersion is group version used to register these objects
GroupVersion = schema.GroupVersion{Group: "odf.ibm.com", Version: "v1"}
GroupVersion = schema.GroupVersion{Group: "odf.ibm.com", Version: "v1alpha1"}

// SchemeBuilder is used to add go types to the GroupVersionKind scheme
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: |-
[
{
"apiVersion": "odf.ibm.com/v1",
"apiVersion": "odf.ibm.com/v1alpha1",
"kind": "FlashSystemCluster",
"metadata": {
"name": "flashsystemcluster-sample",
Expand Down
2 changes: 1 addition & 1 deletion config/samples/odf_v1_flashsystemcluster.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: odf.ibm.com/v1
apiVersion: odf.ibm.com/v1alpha1
kind: FlashSystemCluster
metadata:
name: flashsystemcluster-sample
Expand Down

0 comments on commit db60117

Please sign in to comment.