Skip to content
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

feat: add command methods for plugin #13

Merged
merged 6 commits into from
Feb 12, 2020
Merged

Conversation

jbrockopp
Copy link
Contributor

No description provided.

@jbrockopp jbrockopp added the feature Indicates a new feature label Feb 12, 2020
@jbrockopp jbrockopp requested a review from a team as a code owner February 12, 2020 17:38
@jbrockopp jbrockopp self-assigned this Feb 12, 2020
}

for _, file := range a.Files {
want := exec.Command(

Choose a reason for hiding this comment

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

G204: Subprocess launched with function call as argument or cmd arguments (from gosec)

Images: []string{"images"},
}

want := exec.Command(

Choose a reason for hiding this comment

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

G204: Subprocess launched with function call as argument or cmd arguments (from gosec)

}

for _, resource := range s.Resources {
want := exec.Command(

Choose a reason for hiding this comment

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

G204: Subprocess launched with function call as argument or cmd arguments (from gosec)

@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #13 into master will increase coverage by 6.51%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   53.88%   60.39%   +6.51%     
==========================================
  Files           7        7              
  Lines         219      255      +36     
==========================================
+ Hits          118      154      +36     
  Misses        101      101
Impacted Files Coverage Δ
cmd/vela-kubernetes/apply.go 100% <100%> (ø) ⬆️
cmd/vela-kubernetes/patch.go 100% <100%> (ø) ⬆️
cmd/vela-kubernetes/status.go 100% <100%> (ø) ⬆️

@jbrockopp jbrockopp mentioned this pull request Feb 12, 2020
Copy link
Contributor

@kneal kneal left a comment

Choose a reason for hiding this comment

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

LGTM 🐬

@meinenec meinenec merged commit 0ea445b into master Feb 12, 2020
@meinenec meinenec deleted the feature/command_methods branch February 12, 2020 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants