-
Notifications
You must be signed in to change notification settings - Fork 56
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
Vendor #151
Vendor #151
Conversation
cmd/libvirt-actuator/main.go
Outdated
@@ -25,6 +25,7 @@ import ( | |||
apiv1 "k8s.io/api/core/v1" | |||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |||
|
|||
clusterv1 "github.com/openshift/cluster-api/pkg/apis/cluster/v1alpha1" | |||
machinev1 "github.com/openshift/cluster-api/pkg/apis/machine/v1beta1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
Also tests in https://github.com/openshift/cluster-api-provider-libvirt/blob/master/test/machines/machines_test.go need this change |
ebf0154
to
c5cfbd5
Compare
openshift/cluster-api#35 dropped the cluster object from machine.openshift.io as the cluster object is still required programatically via actuator interface this uses the one under cluster.k8s.io
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund 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 |
/retest |
|
/retest |
1 similar comment
/retest |
Revendor to fetch openshift/cluster-api#35 and openshift/cluster-api-actuator-pkg#78
openshift/cluster-api#35 dropped the cluster object from machine.openshift.io as the cluster object is still required programatically via actuator interface this uses the one under cluster.k8s.io