forked from kubesphere/kubesphere
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubesphere#3947 from dkeven/removecapdetection
remove storage capability auto detection
- Loading branch information
Showing
9 changed files
with
170 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
config/default/provisonercapability/disk-csi-qingcloud-com.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: storage.kubesphere.io/v1alpha1 | ||
kind: ProvisionerCapability | ||
metadata: | ||
name: disk-csi-qingcloud-com | ||
spec: | ||
pluginInfo: | ||
name: disk.csi.qingcloud.com | ||
version: "" | ||
features: | ||
topology: true | ||
snapshot: | ||
create: true | ||
list: false | ||
volume: | ||
attach: true | ||
clone: true | ||
create: true | ||
expandMode: OFFLINE | ||
list: false | ||
stats: true |
20 changes: 20 additions & 0 deletions
20
config/default/provisonercapability/neonsan-csi-qingstor-com.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: storage.kubesphere.io/v1alpha1 | ||
kind: ProvisionerCapability | ||
metadata: | ||
name: neonsan-csi-qingstor-com | ||
spec: | ||
pluginInfo: | ||
name: neonsan.csi.qingstor.com | ||
version: "" | ||
features: | ||
topology: false | ||
snapshot: | ||
create: true | ||
list: false | ||
volume: | ||
attach: true | ||
clone: true | ||
create: true | ||
expandMode: OFFLINE | ||
list: false | ||
stats: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.