A set of libraries for writing Crossplane controllers.
Go to file
Nic Cope fc036618ff
Merge pull request #689 from negz/engine-swap
Bump controller-runtime to latest, remove the controller engine and GVK routed cache
2024-05-20 13:34:51 -07:00
.github Switch to the crossplane/build submodule 2024-05-15 17:56:17 -07:00
apis Don't include buf as a dependency 2024-05-17 12:21:33 -07:00
build@231258db28 Switch to the crossplane/build submodule 2024-05-15 17:56:17 -07:00
hack Update go mod and refs with crossplane org name 2020-02-18 18:17:32 -06:00
pkg Delete the controller engine 2024-05-17 12:21:33 -07:00
test/fuzz fuzzing: fix broken OSS-Fuzz build 2023-03-17 12:43:08 +00:00
.gitignore Add Retry Logic for APISecretPublisher 2021-05-04 19:24:53 +03:00
.gitmodules Switch to the crossplane/build submodule 2024-05-15 17:56:17 -07:00
.golangci.yml Bump golangci-lint, copy config from c/c 2024-02-20 03:45:27 -08:00
CODEOWNERS Replicate OWNERS from c/c 2023-01-24 09:17:39 -08:00
DCO Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
LICENSE rename to crossplane 2018-11-19 15:56:32 -08:00
Makefile Bump golangci-lint, copy config from c/c 2024-02-20 03:45:27 -08:00
OWNERS.md Replicate OWNERS from c/c 2023-01-24 09:17:39 -08:00
PROJECT Update go mod and refs with crossplane org name 2020-02-18 18:17:32 -06:00
README.md docs(readme): add add CI and latest release badges 2023-03-16 09:04:08 +01:00
RELEASE.md docs(release): add step for empty commit and rc tag 2023-08-07 16:22:31 +02:00
SECURITY.md Add SECURITY.md 2023-01-23 12:45:44 +01:00
go.mod Bump controller-runtime to v0.18.2 2024-05-17 12:21:33 -07:00
go.sum Bump controller-runtime to v0.18.2 2024-05-17 12:21:33 -07:00

README.md

crossplane-runtime

CI GitHub release (latest SemVer) Godoc

Overview

crossplane-runtime is a set of go libraries used to build Kubernetes controllers in Crossplane and its related stacks. Take a look at our developer guide and API documentation for help getting started with crossplane-runtime.

Contributing

crossplane-runtime is a community driven project and we welcome contributions. See the Crossplane contributing guidelines to get started.

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Contact

Please use the following to reach members of the community:

Roadmap

crossplane-runtime goals and milestones are currently tracked in Crossplane's roadmap.

Governance and Owners

crossplane-runtime is run according to the same governance and ownership structure as the core Crossplane project.

Code of Conduct

crossplane-runtime adheres to the same code of conduct as the core Crossplane project.

Licensing

crossplane-runtime is under the Apache 2.0 license.

FOSSA Status