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
68f728a8
Unverified
Commit
68f728a8
authored
May 29, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
May 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #78375 from mysunshine92/remove-unused-events-2
delete unused events
parents
b0a81349
af24f2a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
event.go
pkg/kubelet/events/event.go
+2
-9
No files found.
pkg/kubelet/events/event.go
View file @
68f728a8
...
@@ -55,14 +55,9 @@ const (
...
@@ -55,14 +55,9 @@ const (
FileSystemResizeFailed
=
"FileSystemResizeFailed"
FileSystemResizeFailed
=
"FileSystemResizeFailed"
FileSystemResizeSuccess
=
"FileSystemResizeSuccessful"
FileSystemResizeSuccess
=
"FileSystemResizeSuccessful"
FailedMapVolume
=
"FailedMapVolume"
FailedMapVolume
=
"FailedMapVolume"
FailedUnmapDevice
=
"FailedUnmapDevice"
WarnAlreadyMountedVolume
=
"AlreadyMountedVolume"
WarnAlreadyMountedVolume
=
"AlreadyMountedVolume"
SuccessfulDetachVolume
=
"SuccessfulDetachVolume"
SuccessfulAttachVolume
=
"SuccessfulAttachVolume"
SuccessfulAttachVolume
=
"SuccessfulAttachVolume"
SuccessfulMountVolume
=
"SuccessfulMountVolume"
SuccessfulMountVolume
=
"SuccessfulMountVolume"
SuccessfulUnMountVolume
=
"SuccessfulUnMountVolume"
HostPortConflict
=
"HostPortConflict"
NodeSelectorMismatching
=
"NodeSelectorMismatching"
InsufficientFreeCPU
=
"InsufficientFreeCPU"
InsufficientFreeCPU
=
"InsufficientFreeCPU"
InsufficientFreeMemory
=
"InsufficientFreeMemory"
InsufficientFreeMemory
=
"InsufficientFreeMemory"
NodeRebooted
=
"Rebooted"
NodeRebooted
=
"Rebooted"
...
@@ -70,7 +65,6 @@ const (
...
@@ -70,7 +65,6 @@ const (
ImageGCFailed
=
"ImageGCFailed"
ImageGCFailed
=
"ImageGCFailed"
FailedNodeAllocatableEnforcement
=
"FailedNodeAllocatableEnforcement"
FailedNodeAllocatableEnforcement
=
"FailedNodeAllocatableEnforcement"
SuccessfulNodeAllocatableEnforcement
=
"NodeAllocatableEnforced"
SuccessfulNodeAllocatableEnforcement
=
"NodeAllocatableEnforced"
UnsupportedMountOption
=
"UnsupportedMountOption"
SandboxChanged
=
"SandboxChanged"
SandboxChanged
=
"SandboxChanged"
FailedCreatePodSandBox
=
"FailedCreatePodSandBox"
FailedCreatePodSandBox
=
"FailedCreatePodSandBox"
FailedStatusPodSandBox
=
"FailedPodSandBoxStatus"
FailedStatusPodSandBox
=
"FailedPodSandBoxStatus"
...
@@ -90,7 +84,6 @@ const (
...
@@ -90,7 +84,6 @@ const (
FailedValidation
=
"FailedValidation"
FailedValidation
=
"FailedValidation"
// Lifecycle hooks
// Lifecycle hooks
FailedPostStartHook
=
"FailedPostStartHook"
FailedPostStartHook
=
"FailedPostStartHook"
FailedPreStopHook
=
"FailedPreStopHook"
FailedPreStopHook
=
"FailedPreStopHook"
UnfinishedPreStopHook
=
"UnfinishedPreStopHook"
)
)
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