Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
928716df
Unverified
Commit
928716df
authored
Feb 01, 2018
by
Qiao Anran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a typo in pkg/cloudprovider/providers/azure/azure_loadbalancer.go
parent
f2086ad2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
azure_loadbalancer.go
pkg/cloudprovider/providers/azure/azure_loadbalancer.go
+1
-1
No files found.
pkg/cloudprovider/providers/azure/azure_loadbalancer.go
View file @
928716df
...
...
@@ -172,7 +172,7 @@ func (az *Cloud) EnsureLoadBalancerDeleted(clusterName string, service *v1.Servi
// getServiceLoadBalancer gets the loadbalancer for the service if it already exists.
// If wantLb is TRUE then -it selects a new load balancer.
// In case the selected load balancer does not exist
s
it returns network.LoadBalancer struct
// In case the selected load balancer does not exist it returns network.LoadBalancer struct
// with added metadata (such as name, location) and existsLB set to FALSE.
// By default - cluster default LB is returned.
func
(
az
*
Cloud
)
getServiceLoadBalancer
(
service
*
v1
.
Service
,
clusterName
string
,
nodes
[]
*
v1
.
Node
,
wantLb
bool
)
(
lb
*
network
.
LoadBalancer
,
status
*
v1
.
LoadBalancerStatus
,
exists
bool
,
err
error
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment