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

Need a Create Istio App form #1

Open
songrgg opened this issue Dec 8, 2018 · 0 comments
Open

Need a Create Istio App form #1

songrgg opened this issue Dec 8, 2018 · 0 comments

Comments

@songrgg
Copy link

songrgg commented Dec 8, 2018

Is your feature request related to a problem? Please describe.
I need a place to create an Istio application, I can provide app name, version, pod template, replica count etc.

Describe the solution you'd like
I'm looking for an Add Istio App form where I can fill with Istio App related information, after I submit the form I'm redirected to the app detail page and have a chance to edit the route rules.
This form can be placed within the top right create button, Create Istio App.

Describe alternatives you've considered

Additional context
The API is POST /api/v1/istio/app/{namespace}/{app} with a JSON body form below.

type NewApplication struct {
	Version  string `json:"version"`
	Replicas int32  `json:"replicas"`

	Ports       []v1.ServicePort   `json:"ports"`
	PodTemplate v1.PodTemplateSpec `json:"podTemplate"`
}
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

No branches or pull requests

1 participant