Service expose options are not used

Description

We have following structure in the code:

type ServiceExpose struct { Type corev1.ServiceType `json:"type,omitempty"` LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty"` Annotations map[string]string `json:"annotations,omitempty"` TrafficPolicy corev1.ServiceExternalTrafficPolicyType `json:"trafficPolicy,omitempty"` }

But except for Type other options are not used.

Environment

None

Smart Checklist

Activity

Show:

natalia.marukovich January 9, 2023 at 3:36 PM

{"GitCommit": "ed89d1df4eff78903dbe0125a01c9211c2e9bd1d", "BuildTime": "2022-12-28T17:28:59Z", "Platform": "kubernetes", "Version": "v1.22.16-gke.2000"}

it was fixed in https://jira.percona.com/browse/K8SPS-130

Done

Details

Assignee

Reporter

Needs QA

Yes

Affects versions

Priority

Smart Checklist

Created September 8, 2022 at 7:14 AM
Updated February 29, 2024 at 8:10 PM
Resolved January 9, 2023 at 3:36 PM