Skip to content

Commit 7c43e6d

Browse files
sAchin-680BenTheElder
authored andcommitted
docs: clarify that this is a staging repository and not for direct contributions
Signed-off-by: sAchin-680 <[email protected]>
1 parent 180b4ec commit 7c43e6d

File tree

31 files changed

+123
-0
lines changed

31 files changed

+123
-0
lines changed

staging/src/k8s.io/api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# api
26

37
Schema of the external API types that are served by the Kubernetes API server.

staging/src/k8s.io/apiextensions-apiserver/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# apiextensions-apiserver
26

37
Implements: https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/thirdpartyresources.md

staging/src/k8s.io/apimachinery/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
14
# apimachinery
25

36
Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.

staging/src/k8s.io/apiserver/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# apiserver
26

37
Generic library for building a Kubernetes aggregated API server.

staging/src/k8s.io/cli-runtime/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# cli-runtime
26

37
Set of helpers for creating kubectl commands, as well as kubectl plugins.

staging/src/k8s.io/client-go/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# client-go
26

37
Go clients for talking to a [kubernetes](http://kubernetes.io/) cluster.

staging/src/k8s.io/cloud-provider/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# cloud-provider
26

37
This repository defines the cloud-provider interface and mechanism to initialize

staging/src/k8s.io/cluster-bootstrap/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# cluster-bootstrap
26

37
Set of constants and helpers in support of

staging/src/k8s.io/code-generator/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
# code-generator
26

37
Golang code-generators used to implement [Kubernetes-style API types](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md).

staging/src/k8s.io/component-base/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ⚠️ **This is a staging repository for Kubernetes**.
2+
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
3+
> This repository is not for direct contributions.
4+
15
## component-base
26

37
## Purpose

0 commit comments

Comments
 (0)