A set of libraries for writing Crossplane controllers.
Go to file
Hasan Turken 026e0e58b1
Merge pull request #514 from turkenh/backport-492-to-1.12
[Release v1.12] Backport #492
2023-08-14 12:20:58 +03:00
.github ci: exit code 1 if trivy finds vulnerabilities 2023-03-27 10:32:55 +02:00
apis Deprecate in-tree Vault 2023-03-30 11:03:09 +03:00
build@7da2fdeb3d Bump build 2023-03-22 12:42:33 +03:00
hack Update go mod and refs with crossplane org name 2020-02-18 18:17:32 -06:00
pkg add unit test 2023-08-14 11:56:26 +03: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 Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
.golangci.yml chore(linter): switching from goimports to gci enforcing imports sorting 2023-03-29 09:23:07 +02:00
DCO Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
INSTALL.md runtime migration: markdown and makefile 2019-08-20 21:33:39 -05:00
LICENSE rename to crossplane 2018-11-19 15:56:32 -08:00
Makefile Bump versions in .github workflow 2023-03-22 12:42:33 +03:00
OWNERS.md owners: add turkenh as maintainer since he is a maintainer in crossplane 2022-04-19 23:15:15 +03: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
SECURITY.md Add SECURITY.md 2023-01-23 12:45:44 +01:00
go.mod Bump golang.org/x/net from 0.4.0 to 0.7.0 2023-03-22 14:26:29 +00:00
go.sum Bump golang.org/x/net from 0.4.0 to 0.7.0 2023-03-22 14:26:29 +00: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