Commit Graph

61 Commits

Author SHA1 Message Date
Nikhita Raghunath
5c4737d027 publishing: add missing deps for 1.16 branch 2019-08-26 12:18:48 +05:30
Han Kang
94b612fbd6 add client-go as a dep of component-base 2019-08-21 10:58:33 -07:00
Nikhita Raghunath
4cff618ec2 publishing: remove rules for release-1.12 branch 2019-08-12 16:56:48 +05:30
Nikhita Raghunath
a243b9338e publishing: add rules for release-1.16 branch 2019-08-12 16:52:54 +05:30
Nikhita Raghunath
7d5b8b85f4 publishing: remove redundant rules for kubectl
The release-1.15 branch has no dependencies. Adding dependencies in the
rules leads to an extra unnecessary sync and is a no-op.
Example - f16387a692.
2019-08-02 15:22:46 +05:30
Sean Sullivan
4e64aaf27e Update .golint_failures to reflect code move to staging 2019-08-01 16:38:19 -07:00
Sean Sullivan
a1de0e9331 Move pkg/kubectl/metricsutil to staging 2019-07-29 16:26:10 -07:00
Sean Sullivan
7a64a66d61 Move pkg/kubectl/cmd/util/openapi to staging 2019-07-27 16:18:37 -07:00
Nikhita Raghunath
eb1fbc68f6 Bump Go version for release-1.14 to 1.12.5 2019-07-15 08:50:55 +05:30
Nikhita Raghunath
afcefb98b5 Bump Go version for release-1.13 to 1.11.5 2019-07-15 08:50:55 +05:30
Dr. Stefan Schimanski
1bdcabd638 sample-apiserver: add openapi spec 2019-07-12 20:52:21 +02:00
David Eads
09c55bd117 make kubectl --raw consistent for create, update, get, delete 2019-07-09 09:03:56 -04:00
Khaled Henidak(Kal)
18bc9a9ac1 updated publishing rules 2019-07-02 22:26:26 +00:00
Mike Dame
0f0d11e0a3 update import-restrictions 2019-06-27 16:46:47 -04:00
Kubernetes Prow Robot
c3f208a07e Merge pull request #79189 from seans3/move-kubectl-util-deployment
Move pkg/kubectl/util/deployment to staging
2019-06-25 11:43:58 -07:00
Kubernetes Prow Robot
1215aa73d2 Merge pull request #79176 from verb/debug-iterate-containers
Add helpers for iterating containers in a pod
2019-06-25 09:32:52 -07:00
Kubernetes Prow Robot
6f0f62b2c4 Merge pull request #77211 from dixudx/bootstrap_token_refactor
Bootstrap token refactor
2019-06-24 13:36:36 -07:00
Sean Sullivan
6f120f9660 Updated publishing dependencies rules 2019-06-24 12:42:54 -07:00
Sally O'Malley
fbc5c5df1c Updated publishing dependencies rules, import-restrictions 2019-06-24 08:17:47 -04:00
Nikhita Raghunath
ab3cdd57b7 publishing: use deps in replace directive in rules
The list of dependencies for a repo right now is equal to the list of deps
mentioned in the require directive in the repo's go.mod file.
This means that we loose all transitive deps mentioned in the replace
directive in go.mod files.

So instead use all deps mentioned in the replace directive, and prune
any extra dependencies.

Also add a test for this in verify-publishing-bot.py
2019-06-24 14:01:20 +05:30
Nikhita Raghunath
d8b2a7800d publishing: fix rules for kubectl 2019-06-22 10:02:21 +05:30
Lee Verberne
ee821e2a04 Create helpers for iterating containers in a pod 2019-06-21 08:32:04 +00:00
Peter Swica
123fa89f21 Moved pkg/kubectl/util/term, pkg/kubectl/util/templates, pkg/kubectl/util/interrupt, and pkg/kubectl/util/interrupt to staging 2019-06-20 15:50:16 -04:00
Di Xu
22664c2a47 allow importing k8s.io/klog 2019-06-20 17:06:26 +08:00
Sean Sullivan
8ccc2af62f Adds staging directory for kubectl code 2019-05-29 23:31:23 -07:00
Kubernetes Prow Robot
e67c266a72 Merge pull request #65782 from yastij/eventv2-eventf
Implementing logic for v1beta1.Event API
2019-05-17 07:00:10 -07:00
Yassine TIJANI
464a994a10 Implementing logic for v1beta1.Event API
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-05-17 10:50:58 +02:00
Nikhita Raghunath
62ffdde50d Remove rules for release-1.11 branch 2019-05-13 16:40:37 +05:30
Nikhita Raghunath
326999e30c Add rules for release-1.15 branch 2019-05-13 16:40:23 +05:30
Andrew Sy Kim
dcad650bfe remove apiserver import restrictions for k8s.io/cloud-provider
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-05-08 10:12:55 -04:00
Andrew Sy Kim
6b9b58d8d7 remove apiserver deps to k8s.io/cloud-provider in publish-bot verify rules
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-05-08 10:12:45 -04:00
Mike Crute
6f5cf1a6e0 Staging legacy AWS cloud provider 2019-05-06 09:34:13 -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
WanLinghao
d0138ca3fe This commit does two things in pkg package:
1. Remove unused ptr functions.
2. Replace ptr functions with k8s.io/utils/pointer
2019-04-09 10:56:35 +08:00
Mehdy Bohlool
404e2f7a30 Add port to ServiceReference of Admission Webhooks, ConversionWebhooks and AuditSync with defaulter and validator 2019-04-08 00:18:36 -07:00
Jordan Liggitt
b3527f41f0 Update publishing bot smoke tests for go modules 2019-04-03 10:19:39 -04:00
Jordan Liggitt
321095dccb Record code-generator as a dependency of repos using code generators 2019-04-03 09:26:58 -04:00
Jordan Liggitt
579c0560a2 Add staging tools.go imports 2019-04-03 09:17:20 -04:00
Michelle Au
d2aa8178f2 Remove alpha CRD install 2019-04-02 10:59:11 -07:00
Dr. Stefan Schimanski
7db60f678f staging/publishing: split rules for godeps and go.mod bot 2019-04-01 14:55:09 +02:00
Davanum Srinivas
33081c1f07 New staging repository for cri-api
Change-Id: I2160b0b0ec4b9870a2d4452b428e395bbe12afbb
2019-03-26 18:21:04 -04:00
Ilya Dmitrichenko
6d7a9048b6 Move printers & resources packages
These packages deserve to live at the top level of `k8s.io/cli-runtime`,
as they are potentially of wider use than genericclioptions.
2019-03-07 23:00:24 +00:00
Davanum Srinivas
31fd8aba4a Add missing dependency
Change-Id: I4abac0970013d708398c804a97f5e7597eb6b7b0
2019-03-05 22:08:16 -05:00
Nikhita Raghunath
5102b27660 publishing: add component-base as dependency for 1.14 branches 2019-03-04 23:52:35 +05:30
Kubernetes Prow Robot
8770e0cd39 Merge pull request #74664 from dims/prepare-publishing-bot-for-1.14-branch
Add 1.14 branches for the publishing-bot
2019-03-04 09:01:21 -08:00
Davanum Srinivas
5616e23b75 Add 1.14 branches for the publishing-bot
Change-Id: Id34d1f12361e587e02f7dba077a9600618737878
2019-03-04 08:43:41 -05:00
Haowei Cai
19ccaf5408 allow importing kube-openapi 2019-02-28 19:33:11 -08:00
Jingfang Liu
34699f3ff0 Add KustomizationVisitor 2019-02-21 10:06:34 -08:00
Nikhita Raghunath
2008a4ab81 publishing: remove rules for unsupported 1.10 branch 2019-02-15 11:14:23 +05:30
Andrew Kim
ca6a051b00 remove cloud provider dependencies to pkg/volume
Co-authored-by: Weibin Lin <linweibin1@huawei.com>
2019-02-09 01:16:55 -05:00