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 submit options when submitting through UI #2185

Open
simster7 opened this issue Feb 6, 2020 · 8 comments
Open

Add submit options when submitting through UI #2185

simster7 opened this issue Feb 6, 2020 · 8 comments
Labels

Comments

@simster7
Copy link
Member

simster7 commented Feb 6, 2020

When submitting resources through the CLI, there is a wide array of options. For example, for workflows:

type cliSubmitOpts struct {
	output   string // --output
	wait     bool   // --wait
	watch    bool   // --watch
	strict   bool   // --strict
	priority *int32 // --priority
}

And in general:

type SubmitOpts struct {
	Name           string                 // --name
	GenerateName   string                 // --generate-name
	InstanceID     string                 // --instanceid
	Entrypoint     string                 // --entrypoint
	Parameters     []string               // --parameter
	ParameterFile  string                 // --parameter-file
	ServiceAccount string                 // --serviceaccount
	DryRun         bool                   // --dry-run
	ServerDryRun   bool                   // --server-dry-run
	Labels         string                 // --labels
	OwnerReference *metav1.OwnerReference // useful if your custom controller creates argo workflow resources
}

There is currently no way to submit with these options through the UI. We should change the UI to allow this.

@simster7 simster7 added type/feature Feature request help wanted good first issue Good for newcomers labels Feb 6, 2020
@alexec
Copy link
Contributor

alexec commented Jul 17, 2020

See #3498

@YashasviChaurasia
Copy link

@alexec @simster7 I would like to work on this issue.

@aarushisoni
Copy link

I would like to work on this issue.

@terrytangyuan
Copy link
Member

Please go ahead and submit a PR if you'd like to contribute.

@aarushisoni
Copy link

Can you please tell me exactly in which file I have to look into for the issue

@devharsh2k4
Copy link

Hey can i try?

@sarabala1979
Copy link
Member

sure. it is UI work

@devharsh2k4
Copy link

cool will try now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

7 participants