api, config, db, storage, volplugin: Driver options as map[string]interface{}#454
Closed
yuva29 wants to merge 1 commit intocontiv-experimental:masterfrom
Closed
api, config, db, storage, volplugin: Driver options as map[string]interface{}#454yuva29 wants to merge 1 commit intocontiv-experimental:masterfrom
yuva29 wants to merge 1 commit intocontiv-experimental:masterfrom
Conversation
a42dad4 to
12929dd
Compare
44d5306 to
5bebcab
Compare
Contributor
|
@yuva29 can you trigger another build here? |
5bebcab to
28fb21d
Compare
Contributor
|
@yuva29 did you rebase too? |
Contributor
Author
|
@dseevr Have to make changes. Will push again. |
…erface{}
Signed-off-by: Yuva Shankar <yuva.shankar29@gmail.com>
28fb21d to
95b07a9
Compare
Contributor
Author
|
Closing this. No longer required; issued new PR #460 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will let the DriverOptions to accept any data type. Helps new storage driver integrations.
Signed-off-by: Yuva Shankar yuva.shankar29@gmail.com