staging: add dummy commit to trigger gomod update (#106794)

add newline to all staging repos

Signed-off-by: Davanum Srinivas <davanum@gmail.com>

Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
This commit is contained in:
Davanum Srinivas 2021-12-02 20:38:34 -05:00 committed by GitHub
parent 2ac6a4121f
commit 555623c07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 27 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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`.

View File

@ -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.

View File

@ -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`.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -24,3 +24,4 @@ Code of Conduct](code-of-conduct.md).
### Contibution Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

View File

@ -27,3 +27,4 @@ Code of Conduct](code-of-conduct.md).
### Contibution Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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).

View File

@ -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.

View File

@ -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.

View File

@ -64,3 +64,4 @@ Code of Conduct](code-of-conduct.md).
### Contibution Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

View File

@ -28,3 +28,4 @@ Code of Conduct](code-of-conduct.md).
### Contibution Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

View File

@ -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).

View File

@ -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
```

View File

@ -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.

View File

@ -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.