@k8s-ts/v1.8.9
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@k8s-ts/v1.8.9

Goals

  • type-safe definition of resources
  • type-safe interactions with apiserver
  • easing the upgrade path for kubernetes manifests.
import {serialize} from "@k8s-ts/v1.8.9";
import {Service} from "@k8s-ts/v1.8.9/v1";

const service : Service = {
  // ...
};

console.log(JSON.stringify(serialize(service)));

Readme

Keywords

none

Package Sidebar

Install

npm i @k8s-ts/v1.8.9

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

3.88 MB

Total Files

75

Last publish

Collaborators

  • fd