0.1.1 • Published 6 years ago

@k8s-ts/v1.8.7 v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@k8s-ts/v1.8.7

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

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

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

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago