kubernetes/pkg/kubectl/cmd
2017-02-27 13:13:06 +01: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 Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
testdata/edit Add 'kubectl edit' testcase for unknown field in known group/version/kind 2017-02-20 20:40:03 -05:00
testing Switch ClientAccessFactory to use clientset.Interface rather than actual type 2017-02-27 13:13:06 +01:00
util Switch ClientAccessFactory to use clientset.Interface rather than actual type 2017-02-27 13:13:06 +01:00
annotate_test.go annotate: use unstructured objects 2017-01-26 19:59:24 -05:00
annotate.go Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
apiversions.go Switch kubectl version and api-versions to create a discovery client directly. 2017-02-04 08:38:19 -08:00
apply_set_last_applied.go add apply-set-last-applied subcommand 2017-02-24 11:11:39 +08:00
apply_test.go add apply-set-last-applied subcommand 2017-02-24 11:11:39 +08:00
apply_view_last_applied.go Add apply view last-applied subcommand 2017-02-21 20:08:25 +08:00
apply.go Switch ClientAccessFactory to use clientset.Interface rather than actual type 2017-02-27 13:13:06 +01:00
attach_test.go kubectl attach support for multiple types 2017-02-08 16:10:55 +08:00
attach.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
BUILD Merge pull request #41694 from shiywang/apply-set1 2017-02-26 23:16:51 -08:00
certificates.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
clusterinfo_dump_test.go Move the common test functions from cmd_test.go to cmd/testing/fake.go 2016-10-19 08:53:26 +10:00
clusterinfo_dump.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
clusterinfo.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
cmd_test.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
cmd.go add kubectl can-i to see if you can perform an action 2017-02-23 09:12:35 -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_test.go add kubectl cp 2016-10-29 20:24:54 -07:00
cp.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
create_clusterrole_test.go Added kubectl create clusterrole command. 2017-02-22 10:30:41 +08:00
create_clusterrole.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_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_configmap.go fix kubectl create configmap help messages 2017-02-15 16:57:38 +08:00
create_deployment_test.go Move the common test functions from cmd_test.go to cmd/testing/fake.go 2016-10-19 08:53:26 +10:00
create_deployment.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_namespace.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
create_pdb.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_quota.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_role_test.go Added kubectl create clusterrole command. 2017-02-22 10:30:41 +08:00
create_role.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_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
create_secret.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_service.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
create_serviceaccount_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_test.go Distinguish between client and unstructuredclient in fake factory 2017-01-26 19:59:16 -05:00
create.go add secret flag to options 2017-02-25 23:40:50 +08:00
delete_test.go Adding a unit test for verifying OrphanDependents in kubectl delete requests 2017-02-23 12:04:13 -08:00
delete.go Merge pull request #40576 from nikhiljindal/kubectlcascDel 2017-02-26 12:58:01 -08:00
describe_test.go describe: use unstructured objects 2017-01-26 19:59:25 -05:00
describe.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
drain_test.go kubectl: Allow 'drain --force' to remove orphaned pods 2017-02-22 06:59:33 -08:00
drain.go Switch ClientAccessFactory to use clientset.Interface rather than actual type 2017-02-27 13:13:06 +01:00
edit_test.go Switch 'kubectl edit' to use unstructured objects, handle schemaless objects 2017-02-14 14:55:02 -05:00
edit.go Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
exec_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
exec.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
explain.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
expose_test.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
expose.go add secret flag to options 2017-02-25 23:40:50 +08:00
get_test.go Merge pull request #41729 from smarterclayton/refactor_printers 2017-02-26 06:47:03 -08:00
get.go Merge pull request #41729 from smarterclayton/refactor_printers 2017-02-26 06:47:03 -08:00
help.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
label_test.go label: use unstructured objects 2017-01-26 19:59:25 -05:00
label.go Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
logs_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
logs.go Extract some flag description strings to be translated. 2017-02-21 22:07:30 -08:00
options.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
patch_test.go Print resource name when patch is done 2017-01-27 14:58:52 -08:00
patch.go Merge pull request #35408 from xilabao/add-secret-to-pflag 2017-02-26 18:07:53 -08:00
portforward_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
portforward.go Merge pull request #41076 from gyliu513/port-forward 2017-02-08 07:59:10 -08:00
proxy.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
replace_test.go Distinguish between client and unstructuredclient in fake factory 2017-01-26 19:59:16 -05:00
replace.go add secret flag to options 2017-02-25 23:40:50 +08:00
rollingupdate_test.go Move the common test functions from cmd_test.go to cmd/testing/fake.go 2016-10-19 08:53:26 +10:00
rollingupdate.go Switch ClientAccessFactory to use clientset.Interface rather than actual type 2017-02-27 13:13:06 +01:00
run_test.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
run.go add secret flag to options 2017-02-25 23:40:50 +08: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_test.go Update tests. 2017-02-22 09:27:42 -05:00
taint.go Change taint/toleration annotations to api fields. 2017-02-22 09:27:42 -05:00
top_node_test.go client/restclient/fake move to client-go 2017-01-25 08:29:48 -05:00
top_node.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_pod.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
top_test.go Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
top.go Extract strings for translation. 2017-02-06 22:32:01 -08:00
version.go Extract strings for translation. 2017-02-06 22:32:01 -08:00