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

Fix missing addCustomResourceDefinition in type definitions, add support for /status and /scale CRD endpoints #335

Merged
merged 3 commits into from
Oct 4, 2018

Conversation

jirihybek
Copy link
Contributor

Copy link
Contributor

@silasbw silasbw left a comment

Choose a reason for hiding this comment

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

Awesome. One small ask. Thanks a bunch for adding this.

@@ -5971,6 +5971,7 @@ declare namespace KubernetesClient {
'version': Version
// Calls
loadSpec(): Promise<Api>
addCustomResourceDefinition(schema: object): void;
Copy link
Contributor

Choose a reason for hiding this comment

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

index.d.ts is machine generated. Can you add this to the template (https://github.com/godaddy/kubernetes-client/blob/master/scripts/templates/ts-interface.mustache#L14)?

Copy link
Contributor

@silasbw silasbw left a comment

Choose a reason for hiding this comment

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

🌶️ !

@silasbw silasbw merged commit 0511bb4 into godaddy:master Oct 4, 2018
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