mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user