Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion assets/csidriver.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: csi.shared-resources.openshift.io
name: csi.sharedresource.openshift.io
spec:
# Supports ephemeral inline volumes.
volumeLifecycleModes:
Expand Down
2 changes: 1 addition & 1 deletion assets/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
command:
- csi-driver-shared-resource
args:
- "--drivername=csi.shared-resources.openshift.io"
- "--drivername=csi.sharedresource.openshift.io"
- "--v=4"
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(KUBE_NODE_NAME)"
Expand Down
3 changes: 2 additions & 1 deletion assets/rbac/node_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rules:
- apiGroups:
- sharedresource.openshift.io
resources:
- shares
- sharedconfigmaps
- sharedsecrets
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# this will eventually in in the cluster-storage-operator repo once we complete integration there
# this will eventually be in the cluster-storage-operator repo once we complete integration there
apiVersion: operator.openshift.io/v1
kind: "ClusterCSIDriver"
metadata:
name: csi.shared-resources.openshift.io
name: csi.sharedresource.openshift.io
spec:
logLevel: Normal
managementState: Managed
Expand Down
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ go 1.16

require (
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/openshift/api v0.0.0-20210702094102-edc45a4714d6
github.com/openshift/build-machinery-go v0.0.0-20210423112049-9415d7ebd33e
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
github.com/openshift/library-go v0.0.0-20210618134649-ef142b5ac039
github.com/prometheus/client_golang v1.8.0
github.com/openshift/api v0.0.0-20211014115235-b692084b7fff
github.com/openshift/build-machinery-go v0.0.0-20210806203541-4ea9b6da3a37
github.com/openshift/client-go v0.0.0-20211005174005-8315f3b4fb2d
github.com/openshift/library-go v0.0.0-20210930103404-8911cacccb05
github.com/prometheus/client_golang v1.11.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
k8s.io/component-base v0.21.2
k8s.io/klog/v2 v2.8.0
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
k8s.io/component-base v0.22.1
k8s.io/klog/v2 v2.9.0
)
455 changes: 240 additions & 215 deletions go.sum

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion manifests/05_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ rules:
- apiGroups:
- sharedresource.openshift.io
resources:
- shares
- sharedconfigmaps
- sharedsecrets
verbs:
- get
- list
Expand Down
7 changes: 4 additions & 3 deletions pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions vendor/github.com/BurntSushi/toml/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/BurntSushi/toml/COPYING

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/BurntSushi/toml/Makefile

This file was deleted.

218 changes: 0 additions & 218 deletions vendor/github.com/BurntSushi/toml/README.md

This file was deleted.

Loading