kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue cc7d509e47 Merge pull request #30227 from soltysh/remove_seconds
Automatic merge from submit-queue

Remove seconds from scheduled jobs cron format

@erictune @janetkuo as promised this removes the seconds from the cron format

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30227)
<!-- Reviewable:end -->
2016-08-10 03:50:30 -07:00
..
config kubectl config set-crentials: add arguments for auth providers 2016-08-04 16:23:40 -07:00
rollout kubectl: refactor rollout history to be more configurable 2016-07-12 10:36:14 +02:00
set Use patch when recording commands in kubectl set image 2016-07-21 15:33:34 -07:00
util Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
annotate_test.go Merge pull request #27977 from ciwang/move-storage-examples 2016-07-08 21:45:38 -07:00
annotate.go fix annotate.go single resource check 2016-07-27 10:41:05 -04:00
apiversions.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
apply_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
apply.go kubectl apply add --overwrite flag 2016-07-18 00:32:13 -04:00
attach_test.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
attach.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
autoscale.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
clusterinfo_dump_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
clusterinfo_dump.go 24133 fix: --no-headers works with custom columns now 2016-07-07 10:04:09 +02:00
clusterinfo.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cmd_test.go Move linedelimiter to it's own pkg 2016-07-29 02:29:26 -04:00
cmd.go add shorthand cm for configmaps 2016-07-27 10:54:11 +08:00
completion.go Reformat kubectl completion example text 2016-07-06 13:18:33 -07:00
convert.go 24133 fix: --no-headers works with custom columns now 2016-07-07 10:04:09 +02:00
create_configmap_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_configmap.go add alias for createconfigmap 2016-08-04 10:35:15 +08:00
create_deployment_test.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
create_deployment.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
create_namespace_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_namespace.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_quota_test.go Add --scopes to kubectl-create-quota and add tests 2016-07-26 14:12:35 +02:00
create_quota.go replace improper create quota alias 2016-08-04 08:02:14 -04:00
create_secret_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_secret.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_service_test.go Add "create service" sub-commands 2016-08-08 12:31:21 +10:00
create_service.go Add "create service" sub-commands 2016-08-08 12:31:21 +10:00
create_serviceaccount_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_serviceaccount.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
delete_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
delete.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
describe_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
describe.go Support --all-namespaces in kubectl describe 2016-07-08 11:45:38 -04:00
drain_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
drain.go Merge pull request #26237 from duglin/UseConstant 2016-07-01 16:55:39 -07:00
edit.go Validation logic applied to edited file 2016-07-15 13:02:19 +02:00
exec_test.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
exec.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
explain.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
expose_test.go Merge pull request #29523 from fraenkel/service_names_rfc1035 2016-08-02 10:33:16 -07:00
expose.go Merge pull request #29921 from andreykurilin/kubectl_typos 2016-08-03 13:43:32 -07:00
get_test.go allow watching old resources with kubectl 2016-08-02 10:28:04 -05:00
get.go Merge pull request #29163 from lojies/adderr 2016-08-02 21:39:39 -07:00
help.go Fix kubectl help command 2016-07-28 17:47:03 +03:00
label_test.go Merge pull request #27977 from ciwang/move-storage-examples 2016-07-08 21:45:38 -07:00
label.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
logs_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
logs.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
namespace.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
patch_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
patch.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
portforward_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
portforward.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
proxy.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
replace_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
replace.go add timeout units to cmds help example 2016-08-03 16:36:51 -04:00
rollingupdate_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
rollingupdate.go fix kubectl rolling update empty file cause panic issue 2016-07-26 02:37:55 -04:00
run_test.go Make sure --record=false is acknowledged when passed to commands 2016-07-15 11:24:05 -04:00
run.go Remove seconds from scheduled jobs cron format 2016-08-10 11:15:33 +02:00
scale.go add timeout units to cmds help example 2016-08-03 16:36:51 -04:00
stop.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
taint_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
taint.go Run goimports 2016-08-02 15:12:39 +03:00
version.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00