Skip to content

Commit

Permalink
Merge pull request #603 from fmount/ssatags
Browse files Browse the repository at this point in the history
Fix ListsMustHaveSSATags raised by crd-schema-checker
  • Loading branch information
stuggi authored Feb 25, 2025
2 parents eb5a5d8 + f3b0798 commit b66d960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/common/service/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ type OverrideServiceSpec struct {
// cloud-provider does not support the feature."
// More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/
// +optional
// +listType=atomic
LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty" protobuf:"bytes,9,opt,name=loadBalancerSourceRanges"`

// externalName is the external reference that discovery mechanisms will
Expand Down

0 comments on commit b66d960

Please sign in to comment.