Sascha Grunert
c08e3aff65
Add k8s.io/cri-client
to staging/README.md
...
The new repo was missing from the list, so now it has been added.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-06-06 13:23:09 +02:00
carlory
7149cb9f5a
Revert "Revert "remove legacycloudproviders from staging""
...
This reverts commit d9a0be3b01
.
2024-05-15 20:10:09 +08:00
carlory
d9a0be3b01
Revert "remove legacycloudproviders from staging"
...
This reverts commit 07c8d35681
.
2024-05-14 13:39:13 +08:00
carlory
07c8d35681
remove legacycloudproviders from staging
2024-05-09 11:59:43 +08:00
Tim Hockin
d772f7719d
Remove defunct references to "vendor"
2024-02-29 22:06:52 -08:00
Maciej Skrocki
654e98e0a2
add endpointslice repo to staging README
2023-07-14 23:17:37 +00:00
Swati Sehgal
126e184bc8
noderesourcetopology: remove reference to NRT-API in README.
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com >
2023-03-14 17:34:07 +05:30
SataQiu
61916050d3
update staging README.md
2023-01-09 12:26:16 +08:00
Swati Sehgal
2ee2137fc5
nrt-api: Add noderesourcetopology-api to list of staging repos
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com >
2022-12-12 16:48:32 +00:00
Anish Ramasekar
c3794e2377
Add staging directory for kms
...
- Moves kms proto apis to the staging repo
- Updates generate and verify kms proto scripts to check staging repo
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2022-09-26 19:23:35 +00:00
Swati Sehgal
22ff20a0a0
staging-readme: Document the need to add doc.go in a staging repo
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com >
2022-06-16 13:48:13 +01:00
ialidzhikov
afa7d4ceb9
Update staging/README.md
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com >
2022-03-19 16:52:15 +02:00
Tim Allclair
0005c72285
s/standards/admission/
2021-05-20 17:28:57 -07:00
Tim Allclair
711b8e3a9a
Add staging directory for pod-security-standards subproject
2021-05-19 11:51:50 -07:00
dabaooline
57597ca335
Update README.md
...
add k8s.io/mount-utils to staging readme
2021-02-25 19:42:33 +08:00
Walter Fender
66284b220b
Adds staging directory for controller-manager code
...
* Creates staging directory for common controller-manager code
* Adds the following initial files to this directory:
* .github/PULL_REQUEST_TEMPLATE.md
* code-of-conduct.md
* LICENSE
* OWNERS
* README.md
* SECURITY_CONTACTS
* Code committed to the controller-manager staging directory will be published to: https://github.com/kubernetes/controller-manager
Initial approval deads2k (sig-api-machinery chair)
The config we would expect any controller manager to need to connect to the API server, set up metrics endpoints, create per-controller-loop API clients, and spin up the individual loops could make sense under a k8s.io/controller-manager package.
Then cmd/kube-controller-manager could continue to contain the weirdnesses specific to kube-controller-manager.
This is similar to the way we split out recommended API server setup into k8s.io/apiserver and tried to limit kube-apiserver oddities to cmd/kube-apiserver and pkg/kubeapiserver
Removed extraneous release reference. Ran update-vendor.
Fixed Readme.
Added a doc.go to staging/controller-manager
Fix package to not have dash.
```
NONE
```
/kind cleanup
/sig api-machinery
/area kube-controller-manager
/area cloud-controller-manager
2020-05-27 17:30:36 -07:00
Jordan Liggitt
0b32e142d4
Drop k8s.io/node-api packages
2020-02-07 10:07:14 -05:00
tanjunchen
efd61ae3e4
correct invalid urls
2019-12-06 23:34:34 +08:00
Sean Sullivan
8ccc2af62f
Adds staging directory for kubectl code
2019-05-29 23:31:23 -07:00
Andrew Sy Kim
a58942625d
staging the vsphere cloud provider under k8s.io/legacy-cloud-providers/vsphere
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com >
2019-04-23 22:17:59 -05:00
alok87
f1372d093d
Add cri-api in the staged repository list
2019-04-03 20:11:31 +05:30
Nikhita Raghunath
bcab8a3cdd
publishing: update README to reflect recent file moves
2019-01-29 10:09:30 +01:00
Deep Debroy
913bd97b0c
Populate CSI translation library staging repo
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-01-11 15:47:44 -08:00
Lucas Käldström
15e22ff4c4
Update various policy files wrt the new staging repo
2019-01-06 15:48:21 +02:00
Tim Allclair
2f6f3be23e
Add new node-api repo
2018-12-17 16:29:37 -08:00
Nikhita Raghunath
28ecd4f92a
staging/README: add cloud-provider repo
2018-10-09 10:36:05 +05:30
Nikhita Raghunath
4d47fae312
staging/README: add cluster boostrap
2018-10-04 17:51:42 +05:30
Nikhita Raghunath
b0809cf5d7
Make staging repo creation instructions clearer
2018-10-04 16:55:38 +05:30
Nikhita Raghunath
4d909ac3be
Add guidelines for creating new staging repos
2018-09-22 00:28:38 +05:30
Stanton Xu
18b9ce2875
Add links to the newly created repos.
...
`cli-runtime`
`kube-controller-manager`
`kube-proxy`
`kube-scheduler`
`kubelet`
`sample-cli-plugin`
2018-09-11 11:13:51 -07:00
Stanton Xu
1ecaa68e00
master/staging/README.md update
...
Update the staging repo list in README.md file to align with the
directories under kubernetes/staging/src/k8s.io
Addressing issue https://github.com/kubernetes/kubernetes/issues/68235
Signed-off-by: Stanton Xu <xjiefeng@gmail.com >
2018-09-04 21:43:15 -07:00
James Munnelly
49f8037dd6
Add link to k8s.io/sample-controller
2017-10-19 15:46:36 +01:00
Nikhita Raghunath
adc34fa56e
staging README: update code-generator to published
...
The code-generator repository has been published long back.
2017-10-17 20:54:35 +05:30
Dr. Stefan Schimanski
e3a3d108fb
Fixup after k8s.io/{kube-gen -> code-generator} rename
2017-08-17 17:55:12 +02:00
Paul Morie
9e40d630c7
Add info about staging repos to staging/README.md
2017-08-04 18:00:32 -04:00
Chao Xu
252a7a6cc0
update README.md
2017-07-21 13:35:23 -07:00
Lee Verberne
01c6f898bc
Update staging README to reflect multiple repos
...
This directory no longer contains only client-go
2017-05-12 13:19:50 -07:00
Lee Verberne
c92b818c92
Fix instructions for client staging copy
...
Following the existing instructions results in:
```
% ./staging/copy.sh
Do not run this script directly, but via hack/update-staging-client-go.sh.
```
Also format README.md as markdown.
2017-05-08 10:35:41 -07:00
chentao1596
1af7ee01d9
make modifications for README
2016-12-02 09:54:16 +08:00
Chao Xu
82d01fc408
add the readme for the published client-go repository
2016-08-24 21:06:23 -07:00