-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PlatformProperties to client.Action #528
Comments
Hmm, remote-apis-sdks/go/pkg/client/exec.go Lines 191 to 211 in d134526
The docker image is, in fact, specified as a platform property on the command struct. Is there a specific use-case that benefits from generalizing |
So from what I could grok neither |
I see. The request here is to expose the properties to allow clients to add desired ones. I'm happy to review PRs for this. I cannot promise posting one myself, unfortunately. |
This needs two changes -
PlatformProperties map[string]string
-Usage -
Does this change make sense? I think the
DockerImage
variable inAction
struct could have been part of the generic platform properties to begin with.The text was updated successfully, but these errors were encountered: