A set of libraries for writing Crossplane controllers.
Go to file
Nic Cope 619edbacb8
Merge pull request #353 from MisterMX/composite-environment
feat(composite):  Add support for EnvironmentConfigs
2022-09-07 10:28:48 -07:00
.github github: golangci should have a specific patch version, otherwise it enables unexpected linters 2022-08-05 16:37:02 +03:00
apis gofmt -s -l -w . 2022-07-21 21:46:08 -07:00
build@559e1532cd Upgrade to Go 1.18 2022-07-21 21:44:49 -07:00
hack Update go mod and refs with crossplane org name 2020-02-18 18:17:32 -06:00
pkg feat(composite): Add support for EnvironmentConfigs 2022-09-05 22:27:26 +02: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 Fix lints 2022-07-21 22:01:32 -07: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 Remove reviewable and check-diff from Makefile 2022-02-10 00:22: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 updates outdated link to the developer guide in README 2020-03-25 16:59:23 -07:00
go.mod Upgrade to Go 1.18 2022-07-21 21:44:49 -07:00
go.sum Upgrade to Go 1.18 2022-07-21 21:44:49 -07:00

README.md

crossplane-runtime 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