⚠️ Rename managedSecurityGroups.allNodesSecurityGroupRules#3155
⚠️ Rename managedSecurityGroups.allNodesSecurityGroupRules#3155nikParasyr wants to merge 1 commit into
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/retest |
|
/cc @lentzi90 @bnallapeta |
bnallapeta
left a comment
There was a problem hiding this comment.
allNodesSecurityGroupRules
- the same rename change has to occur in e2e and docs too.
| allErrs = append(allErrs, validateSecurityGroupRulesRemoteMutualExclusion( | ||
| msg.AllNodesSecurityGroupRules, | ||
| msg.ClusterNodesSecurityGroupRules, | ||
| field.NewPath("spec", "managedSecurityGroups", "allNodesSecurityGroupRules"), |
There was a problem hiding this comment.
we need to replace ClusterNodesSecurityGroupRules here too?
There was a problem hiding this comment.
I believe so yes, updated L277 as well to set it correctly.
Rename `spec.managedSecurityGroups.allNodesSecurityGroupRules` to `spec.managedSecurityGroups.clusterNodesSecurityGroupRules` to clarify that these rules apply only to cluster nodes (control plane and workers), and not to other managed resources such as the bastion host.
@bnallapeta |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Rename
spec.managedSecurityGroups.allNodesSecurityGroupRulestospec.managedSecurityGroups.clusterNodesSecurityGroupRulesto clarify that these rules apply only to cluster nodes (control plane and workers), and not to other managed resources such as the bastion host.Which issue(s) this PR fixes:
Fixes #3055
TODOs:
/hold