@soft-stech/autoscaler
Version:
Kubernetes Autoscaler models
111 lines • 4 kB
JSON
{
"name": "@soft-stech/autoscaler",
"version": "3.2.2",
"description": "Kubernetes Autoscaler models",
"repository": {
"type": "git",
"url": "https://github.com/tommy351/kubernetes-models-ts.git"
},
"homepage": "https://github.com/tommy351/kubernetes-models-ts/tree/master/third-party/autoscaler",
"author": "Rueian <rueiancsie@gmail.com>",
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public",
"directory": "dist",
"linkDirectory": true
},
"keywords": [
"kubernetes",
"kubernetes-models",
"autoscaler",
"vpa"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"tslib": "^2.4.0",
"@soft-stech/apimachinery": "^1.3.2",
"@soft-stech/base": "^4.0.4",
"@soft-stech/validate": "^3.1.2"
},
"devDependencies": {
"vitest": "^0.29.8",
"@soft-stech/publish-scripts": "^1.2.0",
"@soft-stech/crd-generate": "^4.1.3"
},
"crd-generate": {
"input": [
"https://raw.githubusercontent.com/kubernetes/autoscaler/vertical-pod-autoscaler/v0.13.0/vertical-pod-autoscaler/deploy/vpa-crd.yaml",
"https://raw.githubusercontent.com/kubernetes/autoscaler/vertical-pod-autoscaler/v0.13.0/vertical-pod-autoscaler/deploy/vpa-beta-crd.yaml",
"https://raw.githubusercontent.com/kubernetes/autoscaler/vertical-pod-autoscaler/v0.13.0/vertical-pod-autoscaler/deploy/vpa-beta2-crd.yaml",
"https://raw.githubusercontent.com/kubernetes/autoscaler/vertical-pod-autoscaler/v0.13.0/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml"
],
"output": "./gen"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./autoscaling.k8s.io": {
"types": "./autoscaling.k8s.io/index.d.ts",
"import": "./autoscaling.k8s.io/index.mjs",
"require": "./autoscaling.k8s.io/index.js"
},
"./autoscaling.k8s.io/v1": {
"types": "./autoscaling.k8s.io/v1/index.d.ts",
"import": "./autoscaling.k8s.io/v1/index.mjs",
"require": "./autoscaling.k8s.io/v1/index.js"
},
"./autoscaling.k8s.io/v1/*": {
"types": "./autoscaling.k8s.io/v1/*.d.ts",
"import": "./autoscaling.k8s.io/v1/*.mjs",
"require": "./autoscaling.k8s.io/v1/*.js"
},
"./autoscaling.k8s.io/v1beta1": {
"types": "./autoscaling.k8s.io/v1beta1/index.d.ts",
"import": "./autoscaling.k8s.io/v1beta1/index.mjs",
"require": "./autoscaling.k8s.io/v1beta1/index.js"
},
"./autoscaling.k8s.io/v1beta1/*": {
"types": "./autoscaling.k8s.io/v1beta1/*.d.ts",
"import": "./autoscaling.k8s.io/v1beta1/*.mjs",
"require": "./autoscaling.k8s.io/v1beta1/*.js"
},
"./autoscaling.k8s.io/v1beta2": {
"types": "./autoscaling.k8s.io/v1beta2/index.d.ts",
"import": "./autoscaling.k8s.io/v1beta2/index.mjs",
"require": "./autoscaling.k8s.io/v1beta2/index.js"
},
"./autoscaling.k8s.io/v1beta2/*": {
"types": "./autoscaling.k8s.io/v1beta2/*.d.ts",
"import": "./autoscaling.k8s.io/v1beta2/*.mjs",
"require": "./autoscaling.k8s.io/v1beta2/*.js"
},
"./package.json": "./package.json",
"./poc.autoscaling.k8s.io": {
"types": "./poc.autoscaling.k8s.io/index.d.ts",
"import": "./poc.autoscaling.k8s.io/index.mjs",
"require": "./poc.autoscaling.k8s.io/index.js"
},
"./poc.autoscaling.k8s.io/v1alpha1": {
"types": "./poc.autoscaling.k8s.io/v1alpha1/index.d.ts",
"import": "./poc.autoscaling.k8s.io/v1alpha1/index.mjs",
"require": "./poc.autoscaling.k8s.io/v1alpha1/index.js"
},
"./poc.autoscaling.k8s.io/v1alpha1/*": {
"types": "./poc.autoscaling.k8s.io/v1alpha1/*.d.ts",
"import": "./poc.autoscaling.k8s.io/v1alpha1/*.mjs",
"require": "./poc.autoscaling.k8s.io/v1alpha1/*.js"
}
},
"scripts": {
"build": "crd-generate && publish-scripts build"
}
}