2.0.0 • Published 1 year ago

@kubernetes-models/export-map v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

kubernetes-models-ts

npm.io Test

Kubernetes models in TypeScript.

Installation

Install with npm.

npm install kubernetes-models

Usage

import { Pod } from "kubernetes-models/v1";

// Create a new instance
const pod = new Pod({
  metadata: {
    name: "foo"
  },
  spec: {
    containers: []
  }
});

// Validate against JSON schema
pod.validate();

See examples folder for more examples.

Packages

Models

3rd-party Models

Generators

Utilities

License

MIT

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0-202177539

3 years ago

0.0.0-2021773444

3 years ago

0.0.0-2021762147

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago