-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
Lines 39 to 51 in b9a7786
| // CSISecrets consists of secrets used in CSI credentials. | |
| type CSISecrets struct { | |
| CreateVolumeSecret map[string]string `yaml:"CreateVolumeSecret"` | |
| DeleteVolumeSecret map[string]string `yaml:"DeleteVolumeSecret"` | |
| ControllerPublishVolumeSecret map[string]string `yaml:"ControllerPublishVolumeSecret"` | |
| ControllerUnpublishVolumeSecret map[string]string `yaml:"ControllerUnpublishVolumeSecret"` | |
| ControllerValidateVolumeCapabilitiesSecret map[string]string `yaml:"ControllerValidateVolumeCapabilitiesSecret"` | |
| NodeStageVolumeSecret map[string]string `yaml:"NodeStageVolumeSecret"` | |
| NodePublishVolumeSecret map[string]string `yaml:"NodePublishVolumeSecret"` | |
| CreateSnapshotSecret map[string]string `yaml:"CreateSnapshotSecret"` | |
| DeleteSnapshotSecret map[string]string `yaml:"DeleteSnapshotSecret"` | |
| ControllerExpandVolumeSecret map[string]string `yaml:"ControllerExpandVolumeSecret"` | |
| } |
This should be added because the spec allows it and drivers may need it.
/help
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.