3.2.1 • Published 1 month ago

@kubernetes-models/autoscaler v3.2.1

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

@kubernetes-models/autoscaler

Kubernetes Autoscaler models.

Installation

Install with npm.

npm install @kubernetes-models/autoscaler

Usage

import { VerticalPodAutoscaler } from "@kubernetes-models/autoscaler/autoscaling.k8s.io/v1/VerticalPodAutoscaler";

const vpa = new VerticalPodAutoscaler({
  spec: {
    targetRef: {
      apiVersion: 'apps/v1',
      kind: 'Deployment',
      name: 'my-app'
    },
    updatePolicy: {
      updateMode: 'Off'
    }
  }
});

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

License

MIT

3.2.1

11 months ago

3.2.0

12 months ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

3 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.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago