Skip to content

Kuadrant/limitador-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8d7e9ed · Sep 4, 2024
Sep 3, 2024
Jul 2, 2024
Jul 5, 2024
Jan 24, 2023
Jun 19, 2024
Jul 5, 2024
May 28, 2024
May 16, 2024
Jul 20, 2021
Jun 21, 2024
May 16, 2024
Jul 8, 2024
Jul 4, 2024
Jul 20, 2021
Jun 18, 2024
Jan 24, 2023
Dec 16, 2022
Jul 4, 2024
Oct 5, 2021
Aug 21, 2024
Jul 7, 2022
Aug 21, 2024
Aug 21, 2024
Mar 5, 2024
May 13, 2024
May 13, 2024
Jul 4, 2024

Repository files navigation

Limitador Operator

License FOSSA Status codecov

Overview

The Operator to manage Limitador deployments.

CustomResourceDefinitions

  • Limitador, which defines a desired Limitador deployment.

Limitador CRD

Limitador v1alpha1 API reference

Example:

---
apiVersion: limitador.kuadrant.io/v1alpha1
kind: Limitador
metadata:
  name: limitador-sample
spec:
  listener:
    http:
      port: 8080
    grpc:
      port: 8081
  limits:
    - conditions: ["get_toy == 'yes'"]
      max_value: 2
      namespace: toystore-app
      seconds: 30
      variables: []

Features

Contributing

The Development guide describes how to build the operator and how to test your changes before submitting a patch or opening a PR.

Join us on the #kuadrant channel in the Kubernetes Slack workspace, for live discussions about the roadmap and more.

Licensing

This software is licensed under the Apache 2.0 license.

See the LICENSE and NOTICE files that should have been provided along with this software for details.

FOSSA Status