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
d5a1ebbd
Unverified
Commit
d5a1ebbd
authored
Feb 04, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73634 from JoeWrightss/patch-2
Fix some typos in comment
parents
a0a8caac
77717408
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
aggregator.go
test/e2e/apimachinery/aggregator.go
+1
-1
watch.go
test/e2e/apimachinery/watch.go
+1
-1
webhook.go
test/e2e/apimachinery/webhook.go
+1
-1
network_partition.go
test/e2e/apps/network_partition.go
+1
-1
No files found.
test/e2e/apimachinery/aggregator.go
View file @
d5a1ebbd
...
...
@@ -73,7 +73,7 @@ var _ = SIGDescribe("Aggregator", func() {
})
It
(
"Should be able to support the 1.10 Sample API Server using the current Aggregator"
,
func
()
{
// Make sure the relevant provider supports Agg
g
regator
// Make sure the relevant provider supports Aggregator
framework
.
SkipUnlessServerVersionGTE
(
serverAggregatorVersion
,
f
.
ClientSet
.
Discovery
())
framework
.
SkipUnlessProviderIs
(
"gce"
,
"gke"
)
...
...
test/e2e/apimachinery/watch.go
View file @
d5a1ebbd
...
...
@@ -229,7 +229,7 @@ var _ = SIGDescribe("Watchers", func() {
By
(
"creating a new watch on configmaps from the last resource version observed by the first watch"
)
lastEventConfigMap
,
ok
:=
lastEvent
.
Object
.
(
*
v1
.
ConfigMap
)
if
!
ok
{
framework
.
Failf
(
"Expected last notfication to refer to a configmap but got: %v"
,
lastEvent
)
framework
.
Failf
(
"Expected last not
i
fication to refer to a configmap but got: %v"
,
lastEvent
)
}
testWatchRestarted
,
err
:=
watchConfigMaps
(
f
,
lastEventConfigMap
.
ObjectMeta
.
ResourceVersion
,
watchRestartedLabelValue
)
Expect
(
err
)
.
NotTo
(
HaveOccurred
(),
"failed to create a new watch on configmaps from the last resource version %s observed by the first watch"
,
lastEventConfigMap
.
ObjectMeta
.
ResourceVersion
)
...
...
test/e2e/apimachinery/webhook.go
View file @
d5a1ebbd
...
...
@@ -189,7 +189,7 @@ var _ = SIGDescribe("AdmissionWebhook", func() {
// 2.1 and sets status.allowed=true
// 2.2 and sets status.allowed=false
// 3. mutating webhook that sends patch, but also sets status.allowed=false
// 4. m
tu
ating webhook that fail-open v.s. fail-closed
// 4. m
ut
ating webhook that fail-open v.s. fail-closed
})
func
createAuthReaderRoleBinding
(
f
*
framework
.
Framework
,
namespace
string
)
{
...
...
test/e2e/apps/network_partition.go
View file @
d5a1ebbd
...
...
@@ -131,7 +131,7 @@ var _ = SIGDescribe("Network Partition [Disruptive] [Slow]", func() {
// Expect to observe:
// 1. Node is marked NotReady after timeout by nodecontroller (40seconds)
// 2. All pods on node are marked NotReady shortly after #1
// 3. Node and pods return to Ready after connectivi
v
ty recovers
// 3. Node and pods return to Ready after connectivity recovers
It
(
"All pods on the unreachable node should be marked as NotReady upon the node turn NotReady "
+
"AND all pods should be mark back to Ready when the node get back to Ready before pod eviction timeout"
,
func
()
{
By
(
"choose a node - we will block all network traffic on this node"
)
...
...
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