horizontal-pod-cronscaler

command module
v0.0.0-...-dd3cf1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

README

Horizontal Pod Cronscaler

Go Reference License

Horizontal Pod Cronscaler scales the workload based on the specified Cron Schedule.

Installation

Latest Horizontal Pod Cronscaler release can be installed by running:

kubectl apply -f https://github.com/44smkn/horizontal-pod-cronscaler/latest/download/components.yaml

Installation instructions for previous releases can be found in Horizontal Pod Cronscaler releases.

Example

apiVersion: autoscaling.44smkn.github.io/v1beta1
kind: HorizontalPodCronscaler
metadata:
  name: horizontalpodcronscaler-sample
spec:
  scaleTargetRef:
    apiVersion: apps/v1
    kind: Deployment
    name: nginx-deployment
  replicas: 2
  schedule: "*/3 * * * *"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1beta1
Package v1beta1 contains API Schema definitions for the autoscaling v1beta1 API group +kubebuilder:object:generate=true +groupName=autoscaling.44smkn.github.io
Package v1beta1 contains API Schema definitions for the autoscaling v1beta1 API group +kubebuilder:object:generate=true +groupName=autoscaling.44smkn.github.io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL