Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Expose Delete and Create object store calls for Go Plugins #2257

Conversation

xtreme-vikram-yadav
Copy link
Contributor

@xtreme-vikram-yadav xtreme-vikram-yadav commented Mar 31, 2021

What this PR does / why we need it: This PR creates/exposes Create and Delete Calls for Go plugins to interact with the object store.

Which issue(s) this PR fixes

Special notes for your reviewer:

Create Call was already available(https://github.com/vmware-tanzu/octant/blob/9b658f64342cb6cb8388f689dc61a39cb79de4e5/pkg/plugin/api/server.go#L270).
It just wasn't exposed via Dashboard interface (https://github.com/vmware-tanzu/octant/blob/master/pkg/plugin/service/dashboard.go).

Copy link
Contributor

@GuessWhoSamFoo GuessWhoSamFoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@GuessWhoSamFoo GuessWhoSamFoo merged commit 96dd743 into vmware-archive:master Mar 31, 2021
@xtreme-vikram-yadav xtreme-vikram-yadav deleted the go-plugins-dashboard-parity branch April 9, 2021 20:43
@xtreme-vikram-yadav xtreme-vikram-yadav mentioned this pull request Apr 21, 2021
6 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide APIs to create and delete resources for plugins to use
2 participants