-
Notifications
You must be signed in to change notification settings - Fork 22
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
UPSTREAM: <carry>: openshift: Remove cluster from machine.openshift.io #35
UPSTREAM: <carry>: openshift: Remove cluster from machine.openshift.io #35
Conversation
/hold cancel |
/lgtm |
Acceptable to switch to the upstream group for the cluster given we don't use it. Seamless change. /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 |
0b649f4
into
openshift:openshift-4.0-cluster-api-0.0.0-alpha.4
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
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
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
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
since we mirror the upstream even we don't leverage it we initially put a cluster struct under
machine.openshit.io
This removes this object from our user facing API completely, which means actuators would need to receive the one in cluster.k8s.io in the interface openshift/cluster-api-provider-aws@c697afa#diff-acdcd15b24a848e93a682408b101755fL107