[go: up one dir, main page]

Skip to content

sharding-db/crossplane-runtime

 
 

Repository files navigation

This repo is used to avoid conflict between crossplane-runtime v0.15.0 and above version

we use v15 to present v0.15.0

You can import in go.mod like this:

import (
    github.com/crossplane/crossplane-runtime/v15 v15.0.0
)

replace github.com/crossplane/crossplane-runtime/v15 => github.com/sharding-db/crossplane-runtime/v15 v15.0.0

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

About

A set of libraries for writing Crossplane controllers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Makefile 0.6%