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

Add PodOverride field to Actionset that will override the default podSpec #303

Merged
merged 3 commits into from
Sep 23, 2019

Conversation

SupriyaKasten
Copy link
Contributor

@SupriyaKasten SupriyaKasten commented Sep 18, 2019

Change Overview

Add PodOverride field to Actionset that will override the default podSpec. This will help us to resolve the issue #289

Pull request type

Please check the type of change your PR introduces:

  • Work in Progress
  • Refactoring (no functional changes, no api changes)
  • Trivial/Minor
  • Bugfix
  • Feature
  • Documentation

Issues

@SupriyaKasten SupriyaKasten force-pushed the podoverride-actionsetspec branch 2 times, most recently from e26308d to b5bdc4d Compare September 23, 2019 16:39
@@ -98,6 +99,9 @@ type ActionSpec struct {
// Profile is use to specify the location where store artifacts and the
// credentials authorized to access them.
Profile *ObjectReference `json:"profile"`
// PodOverride is use to specify pod specs that will override the
// default pod specs
PodOverride v1.PodSpec `json:"podOverride"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's add the omitEmpty tag here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, added this change!

@mergify mergify bot merged commit 4096cad into master Sep 23, 2019
@SupriyaKasten SupriyaKasten deleted the podoverride-actionsetspec branch September 23, 2019 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants