-
Notifications
You must be signed in to change notification settings - Fork 261
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
🌱 Rename referencedResources and dependentResources #1965
🌱 Rename referencedResources and dependentResources #1965
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth 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 |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9e0c8b7
to
f271544
Compare
/lgtm |
f271544
to
b568ddc
Compare
df669a3
to
ada7741
Compare
The intent of this structure is to hold all OpenStack resources created for the machine, including the server. 'dependent' was redundant.
This struct has already moved beyond external references, and seems be evolving towards a fully-resolved machine spec. For want of a better name we call it 'resolved', which is more accurate.
ada7741
to
5d11950
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
/lgtm |
/hold cancel |
This is just a rename. It contains no functional code changes.
referencedResources
becomesresolved
. It is a set of fully resolved intents based on the spec and the environment.dependentResources
becomesresources
because it's a collection of OpenStack resources, anddependent
was redundant.TODO:
/hold