0.1.3 • Published 6 years ago

@k8s-ts/latest v0.1.3

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

@k8s-ts/latest

Goals

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

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

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

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago