0.2.0 • Published 1 year ago
@kubernetes-models/elastic-cloud v0.2.0
@kubernetes-models/elastic-cloud
Elastic Cloud on Kubernetes (ECK) models.
Installation
Install with npm.
npm install @kubernetes-models/elastic-cloud
import { Elasticsearch } from '@kubernetes-models/elastic-cloud/elasticsearch.k8s.elastic.co/v1';
const elasticsearch = new Elasticsearch({
metadata: {
name: "example"
},
spec: {
version: "8.9.2",
nodeSets: [
{
name: "example"
}
]
},
});
// Validate against JSON schema
elasticsearch.validate();
License
MIT
0.2.0
1 year ago
0.1.1
1 year ago
0.0.0-20240610074310
1 year ago
0.0.0-20240608085410
1 year ago
0.0.0-20240608155033
1 year ago
0.0.0-20240402180946
1 year ago
0.0.0-20240403022011
1 year ago
0.0.0-20240402174322
1 year ago
0.0.0-20240401155416
1 year ago
0.1.0
1 year ago