k3s/pkg/kubectl/cmd
Jordan Liggitt 939ca532aa
generated files
2017-03-20 23:57:38 -04:00
..
auth add kubectl can-i to see if you can perform an action 2017-02-23 09:12:35 -05:00
config generated: bazel 2017-02-23 00:28:32 -05:00
rollout Extract strings from the rollout command. 2017-02-11 22:15:10 -08:00
set Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
templates
testdata/edit make edit respect --save-config 2017-02-27 13:34:07 -08:00
testing [Federation][Kubefed] Add some faked methods on kubectl fake test API factory for kubefeds consumption 2017-03-03 19:39:26 +05:30
util generated files 2017-03-20 23:57:38 -04:00
BUILD Error out when cronjob generator not specified, but cronjobs are not available 2017-03-10 12:08:01 +01:00
annotate.go Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
annotate_test.go annotate: use unstructured objects 2017-01-26 19:59:24 -05:00
apiversions.go Switch kubectl version and api-versions to create a discovery client directly. 2017-02-04 08:38:19 -08:00
apply.go Deployments under apps/v1beta1 with new defaults 2017-03-01 15:14:41 +01:00
apply_set_last_applied.go add apply-set-last-applied subcommand 2017-02-24 11:11:39 +08:00
apply_test.go Merge pull request #41699 from liggitt/apply-output-result 2017-02-28 07:51:22 -08:00
apply_view_last_applied.go Add apply view last-applied subcommand 2017-02-21 20:08:25 +08:00
attach.go kubectl attach support for multiple types 2017-02-08 16:10:55 +08:00
attach_test.go kubectl attach support for multiple types 2017-02-08 16:10:55 +08:00
autoscale.go add secret flag to options 2017-02-25 23:40:50 +08:00
certificates.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
clusterinfo.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
clusterinfo_dump.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
clusterinfo_dump_test.go
cmd.go Merge pull request #42103 from superbrothers/kubectl-context-completion 2017-03-01 01:44:07 -08:00
cmd_test.go Fix error printing objects from kubectl get -w 2017-02-28 22:36:26 -05:00
completion.go solving unknown file attribute error while sourcing completions 2017-02-24 16:29:41 +00:00
convert.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
cp.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
cp_test.go
create.go Introduce new generator for apps/v1beta1 deployments 2017-03-10 12:08:01 +01:00
create_clusterrole.go Added `kubectl create clusterrole` command. 2017-02-22 10:30:41 +08:00
create_clusterrole_test.go Added `kubectl create clusterrole` command. 2017-02-22 10:30:41 +08:00
create_clusterrolebinding.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_configmap.go fix kubectl create configmap help messages 2017-02-15 16:57:38 +08:00
create_configmap_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_deployment.go Introduce new generator for apps/v1beta1 deployments 2017-03-10 12:08:01 +01:00
create_deployment_test.go Introduce new generator for apps/v1beta1 deployments 2017-03-10 12:08:01 +01:00
create_namespace.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
create_namespace_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_pdb.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_quota.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_quota_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_role.go add "use" to validResourceVerbs 2017-03-07 00:42:24 -06:00
create_role_test.go Added `kubectl create clusterrole` command. 2017-02-22 10:30:41 +08:00
create_rolebinding.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_secret.go Make 'docker-email' optional on dockercfg secrets 2017-02-27 17:13:08 -05:00
create_secret_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_service.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_service_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_serviceaccount.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
create_serviceaccount_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_test.go Distinguish between client and unstructuredclient in fake factory 2017-01-26 19:59:16 -05:00
delete.go Merge pull request #40576 from nikhiljindal/kubectlcascDel 2017-02-26 12:58:01 -08:00
delete_test.go Adding a unit test for verifying OrphanDependents in kubectl delete requests 2017-02-23 12:04:13 -08:00
describe.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
describe_test.go describe: use unstructured objects 2017-01-26 19:59:25 -05:00
drain.go Merge pull request #42115 from justinsb/kubectl_expose_drainoptions 2017-02-28 22:06:03 -08:00
drain_test.go Merge pull request #42115 from justinsb/kubectl_expose_drainoptions 2017-02-28 22:06:03 -08:00
edit.go make edit respect --save-config 2017-02-27 13:34:07 -08:00
edit_test.go make edit respect --save-config 2017-02-27 13:34:07 -08:00
exec.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
exec_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
explain.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
expose.go add secret flag to options 2017-02-25 23:40:50 +08:00
expose_test.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
get.go Merge pull request #42369 from smarterclayton/get_warning 2017-03-03 23:12:38 -08:00
get_test.go Merge pull request #42369 from smarterclayton/get_warning 2017-03-03 23:12:38 -08:00
help.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
label.go Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
label_test.go label: use unstructured objects 2017-01-26 19:59:25 -05:00
logs.go Allow getting logs directly from deployment, job and statefulset 2017-02-27 13:13:09 +01:00
logs_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
options.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
patch.go Fix 'not patched' kubectl error 2017-03-02 01:00:48 -05:00
patch_test.go Fix 'not patched' kubectl error 2017-03-02 01:00:48 -05:00
portforward.go Merge pull request #41076 from gyliu513/port-forward 2017-02-08 07:59:10 -08:00
portforward_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
proxy.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
replace.go add secret flag to options 2017-02-25 23:40:50 +08:00
replace_test.go Distinguish between client and unstructuredclient in fake factory 2017-01-26 19:59:16 -05:00
rollingupdate.go Switch ClientAccessFactory to use clientset.Interface rather than actual type 2017-02-27 13:13:06 +01:00
rollingupdate_test.go
run.go Error out when cronjob generator not specified, but cronjobs are not available 2017-03-10 12:08:01 +01:00
run_test.go Introduce new generator for apps/v1beta1 deployments 2017-03-10 12:08:01 +01:00
scale.go add secret flag to options 2017-02-25 23:40:50 +08:00
stop.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
taint.go `kubectl taint` update for `NoExecute`. 2017-03-14 18:24:40 +08:00
taint_test.go Update tests. 2017-02-22 09:27:42 -05:00
top.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
top_node.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
top_node_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
top_pod.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
top_pod_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
top_test.go Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
version.go Extract strings for translation. 2017-02-06 22:32:01 -08:00