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

0.1.1 • Public • Published

@k8s-ts/v1.8.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.8.4";
import {Service} from "@k8s-ts/v1.8.4/v1";

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

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @k8s-ts/v1.8.4

      Weekly Downloads

      0

      Version

      0.1.1

      License

      MIT

      Unpacked Size

      3.88 MB

      Total Files

      75

      Last publish

      Collaborators

      • fd