Merge pull request #117630 from skitt/intstr-fromint32-cluster-lifecycle

Cluster lifecycle: use new intstr functions
This commit is contained in:
Kubernetes Prow Robot
2023-05-19 08:50:30 -07:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ func (idr *InitDryRunGetter) handleKubernetesService(action core.GetAction) (boo
{
Name: "https",
Port: 443,
TargetPort: intstr.FromInt(6443),
TargetPort: intstr.FromInt32(6443),
},
},
},