Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove k8s.io/client-go/util/cert/triple #70966

Merged
merged 1 commit into from Nov 15, 2018

Conversation

awly
Copy link
Contributor

@awly awly commented Nov 13, 2018

The package is unused.

#71004

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Nov 13, 2018
@k8s-ci-robot k8s-ci-robot added sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/auth Categorizes an issue or PR as relevant to SIG Auth. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Nov 13, 2018
@awly
Copy link
Contributor Author

awly commented Nov 13, 2018

/assign @liggitt

@mikedanese mikedanese added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Nov 13, 2018
@k8s-ci-robot k8s-ci-robot removed the needs-priority Indicates a PR lacks a `priority/foo` label and requires one. label Nov 13, 2018
@liggitt
Copy link
Member

liggitt commented Nov 13, 2018

/approve

some verify scripts are failing

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 13, 2018
@awly
Copy link
Contributor Author

awly commented Nov 13, 2018

PTAL, re-formatted BUILD file to make verify happy

@awly
Copy link
Contributor Author

awly commented Nov 13, 2018

/retest

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: awly, liggitt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mikedanese mikedanese added this to the v1.13 milestone Nov 14, 2018
@liggitt
Copy link
Member

liggitt commented Nov 15, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 15, 2018
@k8s-ci-robot k8s-ci-robot merged commit 22eb2b0 into kubernetes:master Nov 15, 2018
alvaroaleman added a commit to kubermatic/kubermatic that referenced this pull request Mar 3, 2019
Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966
alvaroaleman added a commit to kubermatic/kubermatic that referenced this pull request Mar 3, 2019
Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966
kubermatic-bot pushed a commit to kubermatic/kubermatic that referenced this pull request Mar 4, 2019
Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966
alvaroaleman added a commit to kubermatic/kubermatic that referenced this pull request Mar 4, 2019
Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966
kubermatic-bot pushed a commit to kubermatic/kubermatic that referenced this pull request Mar 4, 2019
* Use downstream triple package

Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966

* WIP

* Update fixtures

* Override cluster-api dependency

* Fix linting
kubermatic-bot pushed a commit to kubermatic/kubermatic that referenced this pull request Mar 4, 2019
* Use downstream triple package (#2910)

Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966

* Remove test occurence of the upstream triple package
alvaroaleman added a commit to kubermatic/kubermatic that referenced this pull request Mar 4, 2019
* Use downstream triple package

Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966

* WIP

* Update fixtures

* Override cluster-api dependency

* Fix linting
kubermatic-bot pushed a commit to kubermatic/kubermatic that referenced this pull request Mar 4, 2019
* Update client-go to 1.13.1 (#2911)

* Use downstream triple package

Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966

* WIP

* Update fixtures

* Override cluster-api dependency

* Fix linting

* Explicitly add errors package

* Remove explicit dependency declaration
kubermatic-bot pushed a commit to kubermatic/kubermatic that referenced this pull request Mar 5, 2019
* Use downstream triple package

Upstream removed the triple package[0], in order to be able to upgrade
client-go we need to have a downsream version.

[0] kubernetes/kubernetes#70966

* WIP

* Update fixtures

* Override cluster-api dependency

* Fix linting

* Split Kubermatic alerts into master and seed (#2909)

* split kubermatic alerts into master and seed

* rebuild outdated alerting rules

* Remove clusterv1alpha1 clientset dependecy from cluster controller

* Remove unused script

* Use ctrlruntimeClient in pkg/handler/node_v1.go

* Finish moving handler to ctrlruntimeClient

* Remove GetAdminKubernetesClientForCustomerCluster from Clusterprovider

* Use dynamic client for machines in conformance tester

* Fix handler tests

* Remove unused script

* Fix linting

* Actually fix linting error

* Register schemes

* Register clusterapi scheme in usercluster connection provider

* Remove redundant options to the dynamic client

* Filter list calls

* Put impersonated users into system:authenticated group

This is required for some very basic things like API discovery to work

* Dep ensure

* Add permissions to get nodes

* Rbac generator script: Use a different metrics serving port than cluster controller

* Fixup rbac for usercluster nodes

* Dont fatalf outside of main

* Print reconciling info on level four
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note-none Denotes a PR that doesn't merit a release note. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/auth Categorizes an issue or PR as relevant to SIG Auth. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants