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
fdb861ed
Commit
fdb861ed
authored
Feb 15, 2017
by
Tony Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
1ad5cea2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ingress.go
test/e2e/ingress.go
+1
-1
ingress_utils.go
test/e2e/ingress_utils.go
+1
-1
No files found.
test/e2e/ingress.go
View file @
fdb861ed
...
...
@@ -125,7 +125,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() {
}
})
It
(
"shoud create ingress with given static-ip"
,
func
()
{
It
(
"shou
l
d create ingress with given static-ip"
,
func
()
{
// ip released when the rest of lb resources are deleted in cleanupGCE
ip
:=
gceController
.
createStaticIP
(
ns
)
By
(
fmt
.
Sprintf
(
"allocated static ip %v: %v through the GCE cloud provider"
,
ns
,
ip
))
...
...
test/e2e/ingress_utils.go
View file @
fdb861ed
...
...
@@ -682,7 +682,7 @@ func (cont *GCEIngressController) createStaticIP(name string) string {
return
ip
.
Address
}
// deleteStaticIPs delets all static-ips allocated through calls to
// deleteStaticIPs delet
e
s all static-ips allocated through calls to
// createStaticIP.
func
(
cont
*
GCEIngressController
)
deleteStaticIPs
()
error
{
if
cont
.
staticIPName
!=
""
{
...
...
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