Merge pull request #39997 from soltysh/cronjob_leftovers

Automatic merge from submit-queue (batch tested with PRs 39948, 39997)

Fix ScheduledJob -> CronJob rename leftovers

I found a few leftovers from the rename I did some time ago.

@kubernetes/sig-apps-misc ptal
This commit is contained in:
Kubernetes Submit Queue
2017-01-17 02:09:34 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@ limitations under the License.
*/
// Package cronjob provides Registry interface and it's RESTStorage
// implementation for storing ScheduledJob api objects.
// implementation for storing CronJob api objects.
package cronjob // import "k8s.io/kubernetes/pkg/registry/batch/cronjob"