mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
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:
parent
2ac6a4121f
commit
555623c07e
@ -41,3 +41,5 @@ Branches track Kubernetes branches and are compatible with that repo.
|
|||||||
## Things you should *NOT* do
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.
|
`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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.
|
||||||
|
|
||||||
|
@ -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.
|
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`.
|
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.
|
3. Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees.
|
||||||
|
|
||||||
|
@ -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`.
|
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
|
2. Expect compatibility. This repo is changing quickly in direct support of
|
||||||
Kubernetes and the API isn't yet stable enough for API guarantees.
|
Kubernetes and the API isn't yet stable enough for API guarantees.
|
||||||
|
|
||||||
|
@ -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`.
|
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.
|
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`.
|
4. Add any type that only makes sense only for `kubectl`.
|
||||||
|
|
||||||
|
@ -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`.
|
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
|
3. Make interface changes without first discussing them with
|
||||||
sig-cloudprovider.
|
sig-cloudprovider.
|
||||||
|
|
||||||
|
@ -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.
|
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`.
|
2. Directly modify any files under `token` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/cluster-bootstrap`.
|
||||||
|
|
||||||
|
@ -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-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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
SIG API Machinery and SIG Cluster Lifecycle owns the code.
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here by a bot.
|
||||||
|
|
||||||
|
@ -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
|
2. Expect compatibility. This repo is currently changing rapidly in direct support of
|
||||||
Kubernetes and the controller-manager processes and the cloud provider
|
Kubernetes and the controller-manager processes and the cloud provider
|
||||||
extraction effort.
|
extraction effort.
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ Code of Conduct](code-of-conduct.md).
|
|||||||
### Contibution Guidelines
|
### Contibution Guidelines
|
||||||
|
|
||||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
|
|
||||||
|
@ -27,3 +27,4 @@ Code of Conduct](code-of-conduct.md).
|
|||||||
### Contibution Guidelines
|
### Contibution Guidelines
|
||||||
|
|
||||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
|
|
||||||
|
@ -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.
|
`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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.
|
||||||
|
|
||||||
|
@ -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`.
|
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
|
2. Expect compatibility. This repo is changing quickly in direct support of
|
||||||
Kubernetes and the kube-controller-manager API.
|
Kubernetes and the kube-controller-manager API.
|
||||||
|
|
||||||
|
@ -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.
|
`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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here by a bot.
|
||||||
|
|
||||||
|
@ -35,3 +35,4 @@ See [this document](https://github.com/kubernetes/community/tree/master/sig-cli)
|
|||||||
### Code of conduct
|
### Code of conduct
|
||||||
|
|
||||||
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.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.
|
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.
|
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here by a bot.
|
||||||
|
|
||||||
|
@ -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`.
|
2. Directly modify anything under this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers`.
|
||||||
sig-cloudprovider.
|
sig-cloudprovider.
|
||||||
3. Add new features/integrations to a cloud provider in this repo. Changes sync here should only be incremental bug fixes.
|
3. Add new features/integrations to a cloud provider in this repo. Changes sync here should only be incremental bug fixes.
|
||||||
|
|
||||||
|
@ -64,3 +64,4 @@ Code of Conduct](code-of-conduct.md).
|
|||||||
### Contibution Guidelines
|
### Contibution Guidelines
|
||||||
|
|
||||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
|
|
||||||
|
@ -28,3 +28,4 @@ Code of Conduct](code-of-conduct.md).
|
|||||||
### Contibution Guidelines
|
### Contibution Guidelines
|
||||||
|
|
||||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ Learn how to engage with the Kubernetes community on the [community page](http:/
|
|||||||
### Code of conduct
|
### Code of conduct
|
||||||
|
|
||||||
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
||||||
|
|
||||||
|
@ -203,3 +203,4 @@ only this superuser group is authorized.
|
|||||||
http --verify=no --cert client.crt --cert-key client.key \
|
http --verify=no --cert client.crt --cert-key client.key \
|
||||||
https://localhost:8443/apis/wardle.example.com/v1alpha1/namespaces/default/flunders
|
https://localhost:8443/apis/wardle.example.com/v1alpha1/namespaces/default/flunders
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -75,3 +75,4 @@ k8s.io/client-go.
|
|||||||
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/sample-cli-plugin.
|
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
|
Code changes are made in that location, merged into k8s.io/kubernetes and
|
||||||
later synced here.
|
later synced here.
|
||||||
|
|
||||||
|
@ -174,3 +174,4 @@ k8s.io/client-go.
|
|||||||
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/sample-controller.
|
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
|
Code changes are made in that location, merged into k8s.io/kubernetes and
|
||||||
later synced here.
|
later synced here.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user