From 555623c07eabf22864f6147736fa191e020cca25 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 2 Dec 2021 20:38:34 -0500 Subject: [PATCH] staging: add dummy commit to trigger gomod update (#106794) add newline to all staging repos Signed-off-by: Davanum Srinivas Co-authored-by: Nikhita Raghunath --- staging/src/k8s.io/api/README.md | 2 ++ staging/src/k8s.io/apiextensions-apiserver/README.md | 1 + staging/src/k8s.io/apimachinery/README.md | 1 + staging/src/k8s.io/apiserver/README.md | 1 + staging/src/k8s.io/cli-runtime/README.md | 1 + staging/src/k8s.io/cloud-provider/README.md | 1 + staging/src/k8s.io/cluster-bootstrap/README.md | 1 + staging/src/k8s.io/code-generator/README.md | 1 + staging/src/k8s.io/component-base/README.md | 1 + staging/src/k8s.io/component-helpers/README.md | 1 + staging/src/k8s.io/controller-manager/README.md | 1 + staging/src/k8s.io/cri-api/README.md | 1 + staging/src/k8s.io/csi-translation-lib/README.md | 1 + staging/src/k8s.io/kube-aggregator/README.md | 1 + staging/src/k8s.io/kube-controller-manager/README.md | 1 + staging/src/k8s.io/kube-proxy/README.md | 1 + staging/src/k8s.io/kube-scheduler/README.md | 1 + staging/src/k8s.io/kubectl/README.md | 1 + staging/src/k8s.io/kubelet/README.md | 1 + staging/src/k8s.io/legacy-cloud-providers/README.md | 1 + staging/src/k8s.io/metrics/README.md | 1 + staging/src/k8s.io/mount-utils/README.md | 1 + staging/src/k8s.io/pod-security-admission/README.md | 1 + staging/src/k8s.io/sample-apiserver/README.md | 1 + staging/src/k8s.io/sample-cli-plugin/README.md | 1 + staging/src/k8s.io/sample-controller/README.md | 1 + 26 files changed, 27 insertions(+) diff --git a/staging/src/k8s.io/api/README.md b/staging/src/k8s.io/api/README.md index b27a12908f7..7fa64e843af 100644 --- a/staging/src/k8s.io/api/README.md +++ b/staging/src/k8s.io/api/README.md @@ -41,3 +41,5 @@ Branches track Kubernetes branches and are compatible with that repo. ## Things you should *NOT* do 1. https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api is synced to k8s.io/api. All changes must be made in the former. The latter is read-only. + + diff --git a/staging/src/k8s.io/apiextensions-apiserver/README.md b/staging/src/k8s.io/apiextensions-apiserver/README.md index c9c84bae58f..75147e25663 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/README.md +++ b/staging/src/k8s.io/apiextensions-apiserver/README.md @@ -18,3 +18,4 @@ HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and `apiextensions-apiserver` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiextensions-apiserver. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here. + diff --git a/staging/src/k8s.io/apimachinery/README.md b/staging/src/k8s.io/apimachinery/README.md index 77800f29239..06d0e3b64d9 100644 --- a/staging/src/k8s.io/apimachinery/README.md +++ b/staging/src/k8s.io/apimachinery/README.md @@ -27,3 +27,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 1. Add API types to this repo. This is for the machinery, not for the types. 2. Directly modify any files under `pkg` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/apimachinery`. 3. Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees. + diff --git a/staging/src/k8s.io/apiserver/README.md b/staging/src/k8s.io/apiserver/README.md index 7a8e78d053f..13b85dfaa3b 100644 --- a/staging/src/k8s.io/apiserver/README.md +++ b/staging/src/k8s.io/apiserver/README.md @@ -28,3 +28,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 1. Directly modify any files under `pkg` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/apiserver`. 2. Expect compatibility. This repo is changing quickly in direct support of Kubernetes and the API isn't yet stable enough for API guarantees. + diff --git a/staging/src/k8s.io/cli-runtime/README.md b/staging/src/k8s.io/cli-runtime/README.md index 47ae2037ff4..427a012bfcb 100644 --- a/staging/src/k8s.io/cli-runtime/README.md +++ b/staging/src/k8s.io/cli-runtime/README.md @@ -28,3 +28,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 2. Directly modify any files under `pkg` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/cli-runtime`. 3. Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees. 4. Add any type that only makes sense only for `kubectl`. + diff --git a/staging/src/k8s.io/cloud-provider/README.md b/staging/src/k8s.io/cloud-provider/README.md index d53fec5a4d5..542a9a7a839 100644 --- a/staging/src/k8s.io/cloud-provider/README.md +++ b/staging/src/k8s.io/cloud-provider/README.md @@ -30,3 +30,4 @@ later synced here. 2. Directly modify anything under vendor/k8s.io/cloud-provider in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/cloud-provider`. 3. Make interface changes without first discussing them with sig-cloudprovider. + diff --git a/staging/src/k8s.io/cluster-bootstrap/README.md b/staging/src/k8s.io/cluster-bootstrap/README.md index b94ce428b77..92a6b69c0ec 100644 --- a/staging/src/k8s.io/cluster-bootstrap/README.md +++ b/staging/src/k8s.io/cluster-bootstrap/README.md @@ -19,3 +19,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 1. Add API types to this repo. This is for the helpers, not for the types. 2. Directly modify any files under `token` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/cluster-bootstrap`. + diff --git a/staging/src/k8s.io/code-generator/README.md b/staging/src/k8s.io/code-generator/README.md index e03c6bf55ef..b3163e17572 100644 --- a/staging/src/k8s.io/code-generator/README.md +++ b/staging/src/k8s.io/code-generator/README.md @@ -22,3 +22,4 @@ HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and `code-generator` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/code-generator. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here. + diff --git a/staging/src/k8s.io/component-base/README.md b/staging/src/k8s.io/component-base/README.md index d9d64dd7c2b..1e6cf34d98f 100644 --- a/staging/src/k8s.io/component-base/README.md +++ b/staging/src/k8s.io/component-base/README.md @@ -32,3 +32,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late WG Component Standard is working on this refactoring process, which is happening incrementally, starting in the v1.14 cycle. SIG API Machinery and SIG Cluster Lifecycle owns the code. + diff --git a/staging/src/k8s.io/component-helpers/README.md b/staging/src/k8s.io/component-helpers/README.md index ae726358ba0..8295f07ca12 100644 --- a/staging/src/k8s.io/component-helpers/README.md +++ b/staging/src/k8s.io/component-helpers/README.md @@ -27,3 +27,4 @@ There are NO compatibility guarantees for this repository. It is in direct suppo This repo is synced from https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/component-helpers. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here by a bot. + diff --git a/staging/src/k8s.io/controller-manager/README.md b/staging/src/k8s.io/controller-manager/README.md index 1689025dc0a..5b38f2a47e0 100644 --- a/staging/src/k8s.io/controller-manager/README.md +++ b/staging/src/k8s.io/controller-manager/README.md @@ -31,3 +31,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 2. Expect compatibility. This repo is currently changing rapidly in direct support of Kubernetes and the controller-manager processes and the cloud provider extraction effort. + diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index fee6a7f4515..d597eb778d8 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -24,3 +24,4 @@ Code of Conduct](code-of-conduct.md). ### Contibution Guidelines See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. + diff --git a/staging/src/k8s.io/csi-translation-lib/README.md b/staging/src/k8s.io/csi-translation-lib/README.md index 1201823874b..8c1b5663aaa 100644 --- a/staging/src/k8s.io/csi-translation-lib/README.md +++ b/staging/src/k8s.io/csi-translation-lib/README.md @@ -27,3 +27,4 @@ Code of Conduct](code-of-conduct.md). ### Contibution Guidelines See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. + diff --git a/staging/src/k8s.io/kube-aggregator/README.md b/staging/src/k8s.io/kube-aggregator/README.md index 4b72031a9d9..dc4afd748cf 100644 --- a/staging/src/k8s.io/kube-aggregator/README.md +++ b/staging/src/k8s.io/kube-aggregator/README.md @@ -25,3 +25,4 @@ HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and `kube-aggregator` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kube-aggregator. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here. + diff --git a/staging/src/k8s.io/kube-controller-manager/README.md b/staging/src/k8s.io/kube-controller-manager/README.md index a1e8b89a827..c0dfaff2e72 100644 --- a/staging/src/k8s.io/kube-controller-manager/README.md +++ b/staging/src/k8s.io/kube-controller-manager/README.md @@ -23,3 +23,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 1. Directly modify any files under `pkg` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/kube-controller-manager`. 2. Expect compatibility. This repo is changing quickly in direct support of Kubernetes and the kube-controller-manager API. + diff --git a/staging/src/k8s.io/kube-proxy/README.md b/staging/src/k8s.io/kube-proxy/README.md index dd49300c1be..a8016ddf945 100644 --- a/staging/src/k8s.io/kube-proxy/README.md +++ b/staging/src/k8s.io/kube-proxy/README.md @@ -14,3 +14,4 @@ HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and `kube-proxy` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kube-proxy. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here. + diff --git a/staging/src/k8s.io/kube-scheduler/README.md b/staging/src/k8s.io/kube-scheduler/README.md index fecfaaf5c63..efb04e362e3 100644 --- a/staging/src/k8s.io/kube-scheduler/README.md +++ b/staging/src/k8s.io/kube-scheduler/README.md @@ -14,3 +14,4 @@ HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and This repo is synced from https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/kube-scheduler. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here by a bot. + diff --git a/staging/src/k8s.io/kubectl/README.md b/staging/src/k8s.io/kubectl/README.md index 7f699b8ba72..df4d477710d 100644 --- a/staging/src/k8s.io/kubectl/README.md +++ b/staging/src/k8s.io/kubectl/README.md @@ -35,3 +35,4 @@ See [this document](https://github.com/kubernetes/community/tree/master/sig-cli) ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). + diff --git a/staging/src/k8s.io/kubelet/README.md b/staging/src/k8s.io/kubelet/README.md index 2ec309dee86..93dc1b96900 100644 --- a/staging/src/k8s.io/kubelet/README.md +++ b/staging/src/k8s.io/kubelet/README.md @@ -14,3 +14,4 @@ HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and This repo is synced from https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/kubelet. Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here by a bot. + diff --git a/staging/src/k8s.io/legacy-cloud-providers/README.md b/staging/src/k8s.io/legacy-cloud-providers/README.md index f3290ee3951..bc2da5a2c75 100644 --- a/staging/src/k8s.io/legacy-cloud-providers/README.md +++ b/staging/src/k8s.io/legacy-cloud-providers/README.md @@ -27,3 +27,4 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late 2. Directly modify anything under this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers`. sig-cloudprovider. 3. Add new features/integrations to a cloud provider in this repo. Changes sync here should only be incremental bug fixes. + diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index 3a4f92ea667..18119cc9249 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -64,3 +64,4 @@ Code of Conduct](code-of-conduct.md). ### Contibution Guidelines See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. + diff --git a/staging/src/k8s.io/mount-utils/README.md b/staging/src/k8s.io/mount-utils/README.md index 5510e99bc4f..ee7c8e89af6 100644 --- a/staging/src/k8s.io/mount-utils/README.md +++ b/staging/src/k8s.io/mount-utils/README.md @@ -28,3 +28,4 @@ Code of Conduct](code-of-conduct.md). ### Contibution Guidelines See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. + diff --git a/staging/src/k8s.io/pod-security-admission/README.md b/staging/src/k8s.io/pod-security-admission/README.md index 1345382dc70..3ecdd563f94 100644 --- a/staging/src/k8s.io/pod-security-admission/README.md +++ b/staging/src/k8s.io/pod-security-admission/README.md @@ -24,3 +24,4 @@ Learn how to engage with the Kubernetes community on the [community page](http:/ ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). + diff --git a/staging/src/k8s.io/sample-apiserver/README.md b/staging/src/k8s.io/sample-apiserver/README.md index d0ec5df36fe..1c64372b4fa 100644 --- a/staging/src/k8s.io/sample-apiserver/README.md +++ b/staging/src/k8s.io/sample-apiserver/README.md @@ -203,3 +203,4 @@ only this superuser group is authorized. http --verify=no --cert client.crt --cert-key client.key \ https://localhost:8443/apis/wardle.example.com/v1alpha1/namespaces/default/flunders ``` + diff --git a/staging/src/k8s.io/sample-cli-plugin/README.md b/staging/src/k8s.io/sample-cli-plugin/README.md index ae30af6e3c9..f13664946bb 100644 --- a/staging/src/k8s.io/sample-cli-plugin/README.md +++ b/staging/src/k8s.io/sample-cli-plugin/README.md @@ -75,3 +75,4 @@ k8s.io/client-go. https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/sample-cli-plugin. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here. + diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index 346c8f732c3..505cfea4d8d 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/README.md @@ -174,3 +174,4 @@ k8s.io/client-go. https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/sample-controller. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here. +