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

Revert "pkg/ipnet: Add DeepCopy and DeepCopyInto for IPNet" #295

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

wking
Copy link
Member

@wking wking commented Sep 20, 2018

This reverts commit 06739c6, #276.

Devan's forking the config in Hive, so they no longer need us to support embedding in Kubernetes objects.

This reverts commit 06739c6, openshift#276.

Devan's forking the config in Hive [1], so they no longer need us to
support embedding in Kubernetes objects.

[1]: openshift#256 (comment)
@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 20, 2018
@crawford
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 20, 2018
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: crawford, wking

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

@wking
Copy link
Member Author

wking commented Sep 20, 2018

The e2e-aws error:

2018/09/20 18:13:33 Container setup in pod e2e-aws completed successfully
Found shared kubeconfig
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   187  100   187    0     0    594      0 --:--:-- --:--:-- --:--:--   593
namespace/openshift-telemetry created
cluster role "cluster-reader" added: "default"
secret/telemeter-client created
deployment.apps/telemeter-client created
/bin/bash: line 74: TEST_COMMAND: unbound variable

should be fixed by openshift/release#1605.

/retest

@openshift-merge-robot openshift-merge-robot merged commit bad06fb into openshift:master Sep 20, 2018
@wking wking deleted the drop-deep-copy branch September 21, 2018 17:48
wking added a commit to wking/hive that referenced this pull request Dec 19, 2018
Catching up with openshift/installer@b2d6fa40 (validate: simplify CIDR
validation, 2018-11-27, openshift/installer#711).

We can't convert the v1alpha1 type to an *IPNet, because it doesn't
have DeepCopyInto methods [1]:

  go vet ./pkg/... ./cmd/... ./contrib/...
  # github.com/openshift/hive/pkg/apis/hive/v1alpha1
  pkg/apis/hive/v1alpha1/zz_generated.deepcopy.go:87:8: (*in).DeepCopyInto undefined (type *ipnet.IPNet has no field or method DeepCopyInto)

We used to define those methods in the installer, but stopped in
openshift/installer@ca6f6195 (Revert "pkg/ipnet: Add DeepCopy and
DeepCopyInto for IPNet", 2018-09-20, openshift/installer#295).

[1]: https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_hive/144/pull-ci-openshift-hive-master-unit/253/build-log.txt
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. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants