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
commit 589d6f3886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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),
},
},
},