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
0b9aa056
Commit
0b9aa056
authored
Aug 05, 2017
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #48141 from ankon/patch-2
Automatic merge from submit-queue Fix typo **What this PR does / why we need it**: Fix trivial typo in comment.
parents
70b4db20
9ea1220c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils.go
pkg/controller/cronjob/utils.go
+1
-1
No files found.
pkg/controller/cronjob/utils.go
View file @
0b9aa056
...
@@ -158,7 +158,7 @@ func getRecentUnmetScheduleTimes(sj batchv2alpha1.CronJob, now time.Time) ([]tim
...
@@ -158,7 +158,7 @@ func getRecentUnmetScheduleTimes(sj batchv2alpha1.CronJob, now time.Time) ([]tim
// then there could be so many missed start times (it could be off
// then there could be so many missed start times (it could be off
// by decades or more), that it would eat up all the CPU and memory
// by decades or more), that it would eat up all the CPU and memory
// of this controller. In that case, we want to not try to list
// of this controller. In that case, we want to not try to list
// all the missed
ed
start times.
// all the missed start times.
//
//
// I've somewhat arbitrarily picked 100, as more than 80, but
// I've somewhat arbitrarily picked 100, as more than 80, but
// but less than "lots".
// but less than "lots".
...
...
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