-
Notifications
You must be signed in to change notification settings - Fork 518
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
no high level end user api for primary operations like application deployment #36
Comments
We're adding a controller in 3.10. The pull is currently open for review.
See Are you actually asking for a way to issue a generic "create this" without indicating which API endpoint to use?
I don't understand what this is asking for. |
|
You set the values inside of the template object before you submit it. |
|
Can some documentation be added for how to use |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…port WebhookDesc should use containerPort field
Existing openshift's rest api is low level and doesn't allow to do primary operations like application deployment, status check, etc.
If I'd like to deploy some application from template thru api, I go through the following steps:
Issues: when I create project thru api, I get project w/o role bindings.
Issues: there is no api to process templates, nfs/hostPath pvs cannot create folders
Issues: no processing templates, code should recognize type of each template object and create it by appropriate api call
So, it would be great to implement some end user api like it can be done using oc command.
The text was updated successfully, but these errors were encountered: