ceph-csi/e2e/vendor/k8s.io/cloud-provider/CONTRIBUTING.md
Niels de Vos f87d06ed85 build: move e2e dependencies into e2e/go.mod
Several packages are only used while running the e2e suite. These
packages are less important to update, as the they can not influence the
final executable that is part of the Ceph-CSI container-image.

By moving these dependencies out of the main Ceph-CSI go.mod, it is
easier to identify if a reported CVE affects Ceph-CSI, or only the
testing (like most of the Kubernetes CVEs).

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2025-03-04 17:43:49 +01:00

1.1 KiB

Contributing guidelines

Welcome to Kubernetes. We are excited about the prospect of you joining our community! The Kubernetes community abides by the CNCF code of conduct.

Do not open pull requests directly against this repository, they will be ignored. Instead, please open pull requests against kubernetes/kubernetes. Please follow the same contributing guide you would follow for any other pull request made to kubernetes/kubernetes. Changes to this repo should be discussed with sig cloud-provider.

This repository is published from kubernetes/kubernetes/staging/src/k8s.io/cloud-provider by the kubernetes publishing-bot.

Please see Staging Directory and Publishing for more information