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

Kubernetes Connector #292

Open
hemikak opened this issue Mar 6, 2019 · 1 comment
Open

Kubernetes Connector #292

hemikak opened this issue Mar 6, 2019 · 1 comment
Labels

Comments

@hemikak
Copy link
Contributor

hemikak commented Mar 6, 2019

Description:
A connector for Kubernetes API.

@hemikak hemikak added Area/BuildTools Points/5 Equivalent to 5 days effort labels Jan 2, 2020
@hemikak hemikak self-assigned this May 4, 2020
@daneshk daneshk added Points/1 Equivalent to 1 days effort and removed Points/5 Equivalent to 5 days effort labels May 14, 2020
@hemikak
Copy link
Contributor Author

hemikak commented May 27, 2020

I have used the OpenAPI client generation tool to generate a client for kubernetes. But unfortunately the OpenAPI spec does not contain default values for fields where they should be. Example. Refer the DeploymentSpec's minReadySeconds field in https://github.com/kubernetes/kubernetes/blob/v1.18.2/api/openapi-spec/swagger.json . It is suppose to have a default value, but it is not there.

We can give it a try with proto files they have: https://raw.githubusercontent.com/kubernetes/api/master/core/v1/generated.proto

@hemikak hemikak removed their assignment Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants