che-operator/vendor/sigs.k8s.io/controller-runtime
Anatolii Bazko fb6bccfd61
feat: Update Dev Workspace Operator v0.20.0 (#1660)
* feat: Update Dev Workspace Operator v0.20.0

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Restore replaces in go.mod

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Restore replaces in go.mod

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* chore: update DEPENDENCIES.md (#1661)

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>

* Update DEPENDENCIES.md

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

---------

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Co-authored-by: Andrew O <aobuchow@redhat.com>
2023-04-14 16:14:30 +03:00
..
pkg feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
.gitignore feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
.golangci.yml feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
CONTRIBUTING.md feat: Newer operator sdk (#826) 2021-07-19 14:29:11 +03:00
FAQ.md feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
LICENSE Update vendor 2019-03-19 15:59:09 +02:00
Makefile feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
OWNERS feat: Newer operator sdk (#826) 2021-07-19 14:29:11 +03:00
OWNERS_ALIASES feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
README.md feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
RELEASE.md feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
SECURITY_CONTACTS feat: Update controller runtime (#1064) 2021-10-01 14:54:37 +03:00
TMP-LOGGING.md feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
VERSIONING.md feat: Update controller runtime (#1064) 2021-10-01 14:54:37 +03:00
alias.go feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
code-of-conduct.md feat: Newer operator sdk (#826) 2021-07-19 14:29:11 +03:00
doc.go feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00

README.md

Go Report Card godoc

Kubernetes controller-runtime Project

The Kubernetes controller-runtime Project is a set of go libraries for building Controllers. It is leveraged by Kubebuilder and Operator SDK. Both are a great place to start for new projects. See Kubebuilder's Quick Start to see how it can be used.

Documentation:

Versioning, Maintenance, and Compatibility

The full documentation can be found at VERSIONING.md, but TL;DR:

Users:

  • We follow Semantic Versioning (semver)
  • Use releases with your dependency management to ensure that you get compatible code
  • The master branch contains all the latest code, some of which may break compatibility (so "normal" go get is not recommended)

Contributors:

FAQ

See FAQ.md

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

controller-runtime is a subproject of the kubebuilder project in sig apimachinery.

You can reach the maintainers of this project at:

Contributing

Contributions are greatly appreciated. The maintainers actively manage the issues list, and try to highlight issues suitable for newcomers. The project follows the typical GitHub pull request model. See CONTRIBUTING.md for more details. Before starting any work, please either comment on an existing issue, or file a new one.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.