2.5.0 • Published 1 year ago
@kubernetes-models/victoria-metrics-operator v2.5.0
@kubernetes-models/victoria-metrics-operator
VictoriaMetrics operator models.
Installation
Install with npm.
npm install @kubernetes-models/victoria-metrics-operator
Usage
import { VMCluster } from "@kubernetes-models/victoria-metrics-operator/operator.victoriametrics.com/v1beta1/VMCluster";
// Create a new VMCluster
const cluster = new VMCluster({
metadata: { name: "example" },
spec: {
retentionPeriod: "12",
vmstorage: {
replicaCount: 2
}
}
});
// Validate against JSON schema
cluster.validate();
License
See LICENSE
2.5.0
1 year ago
2.4.1
1 year ago
0.0.0-20240608085410
1 year ago
0.0.0-20240608155033
1 year ago
0.0.0-20240610074310
1 year ago
0.0.0-20240403022011
1 year ago
0.0.0-20240402180946
1 year ago
0.0.0-20240402174322
1 year ago
0.0.0-20240401155416
1 year ago
2.4.0
2 years ago
2.3.0
2 years ago
2.3.1
2 years ago
0.0.0-20230404142451
2 years ago
0.0.0-20230404141129
2 years ago
0.0.0-20230407124751
2 years ago
0.0.0-20230407125710
2 years ago
2.2.1
2 years ago
2.2.0
2 years ago
0.0.0-20230404121257
2 years ago
2.1.0
2 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.1.0
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.1.0
3 years ago