Skip to content

Commit

Permalink
fix(typings): remove .loadSpec() from declarations (#406)
Browse files Browse the repository at this point in the history
kubernetes-client exposes a declaration file for a specific version of the
Kubernetes API. It's not useful to load the API client at runtime.

Closes #400
  • Loading branch information
silasbw committed Jan 28, 2019
1 parent 43a4f5b commit b17a0a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 593 deletions.
1 change: 0 additions & 1 deletion scripts/templates/ts-interface.mustache
Expand Up @@ -11,6 +11,5 @@
{{#calls}}
{{method}}(options ?: {{parameterType}}): {{returnType}}
{{/calls}}
loadSpec(): Promise<Api>
addCustomResourceDefinition(schema: object): void
}

0 comments on commit b17a0a9

Please sign in to comment.