https://github.com/kudobuilder/shim
KUDO Shim helps developing KUDO Operators based on any CRD Spec
https://github.com/kudobuilder/shim
Last synced: 3 months ago
JSON representation
KUDO Shim helps developing KUDO Operators based on any CRD Spec
- Host: GitHub
- URL: https://github.com/kudobuilder/shim
- Owner: kudobuilder
- License: apache-2.0
- Created: 2020-07-10T09:54:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-07-10T16:54:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T17:42:19.625Z (4 months ago)
- Language: Go
- Size: 1.12 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KUDO Shim
[](http://github.com/badges/stability-badges)
KUDO Plugin to write operators based on any CRDs
Read more about [KUDO](kudo.dev)
## Overview
KUDO enables developers to write declarative operators

The KUDO CRDs are the native way to develop operators using KUDO. Where KUDO CRDs of `operator`, `operatorversion` and `instance` are used to develop and manage the operator.
KUDO Shim enhances the KUDO Operators to enable the use of any CRD to define the Operator lifecycle

Check out the [examples](./examples)