Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Nov 18, 2024
1 parent 8a979cf commit 3906dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kotsclient/cluster_port_expose.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type ExposeClusterPortResponse struct {
}

func (c *VendorV3Client) ExposeClusterPort(clusterID string, portNumber int, protocols []string, isWildcard bool) (*types.ClusterPort, error) {
req := ExportVMPortRequest{
req := ExportClusterPortRequest{
Port: portNumber,
Protocols: protocols,
IsWildcard: isWildcard,
Expand Down

0 comments on commit 3906dd2

Please sign in to comment.