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

0.1.1 • Public • Published

@k8s-ts/v1.9.4

Goals

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

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @k8s-ts/v1.9.4

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.47 MB

Total Files

81

Last publish

Collaborators

  • fd