File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -498,11 +498,6 @@ func (s *ManagedControlPlaneScope) AdditionalControlPlaneIngressRules() []infrav
498498 return s .ControlPlane .Spec .NetworkSpec .DeepCopy ().AdditionalControlPlaneIngressRules
499499}
500500
501- // AdditionalNodeIngressRules returns the additional ingress rules for the node security group.
502- func (s * ManagedControlPlaneScope ) AdditionalNodeIngressRules () []infrav1.IngressRule {
503- return s .ControlPlane .Spec .NetworkSpec .DeepCopy ().AdditionalNodeIngressRules
504- }
505-
506501// UnstructuredControlPlane returns the unstructured object for the control plane, if any.
507502// When the reference is not set, it returns an empty object.
508503func (s * ManagedControlPlaneScope ) UnstructuredControlPlane () (* unstructured.Unstructured , error ) {
You can’t perform that action at this time.
0 commit comments