Skip to content

Commit

Permalink
alluxio to Alluxio
Browse files Browse the repository at this point in the history
  • Loading branch information
ssz1997 committed Nov 1, 2023
1 parent 36e12dd commit 70ad42b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: k8s-operator
repo: github.com/alluxio/k8s-operator
repo: github.com/Alluxio/k8s-operator
resources:
- api:
crdVersion: v1
Expand All @@ -14,7 +14,7 @@ resources:
domain: alluxio.com
group: k8s-operator
kind: AlluxioCluster
path: github.com/alluxio/k8s-operator/api/v1alpha1
path: github.com/Alluxio/k8s-operator/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
Expand All @@ -23,7 +23,7 @@ resources:
domain: alluxio.com
group: k8s-operator
kind: Dataset
path: github.com/alluxio/k8s-operator/api/v1alpha1
path: github.com/Alluxio/k8s-operator/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
Expand All @@ -32,6 +32,6 @@ resources:
domain: alluxio.com
group: k8s-operator
kind: Load
path: github.com/alluxio/k8s-operator/api/v1alpha1
path: github.com/Alluxio/k8s-operator/api/v1alpha1
version: v1alpha1
version: "3"
2 changes: 1 addition & 1 deletion csi/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/alluxio/csi
module github.com/Alluxio/csi

go 1.18

Expand Down

0 comments on commit 70ad42b

Please sign in to comment.