| .. |
|
config
|
update testapi to eliminate redundant fields
|
2015-12-07 15:54:26 -05:00 |
|
util
|
Reverting 18442
|
2015-12-17 16:57:29 -08:00 |
|
annotate.go
|
Annotate support label
|
2015-11-25 14:13:39 +08:00 |
|
annotate_test.go
|
update client.Config to use GroupVersion
|
2015-11-21 08:29:26 -05:00 |
|
apiversions.go
|
let kubectl api-versions use the discovery client
|
2015-10-22 10:19:34 -07:00 |
|
apply.go
|
Make kubectl apply create resources if not found
|
2015-11-08 22:47:40 -08:00 |
|
apply_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
|
attach.go
|
Print how to reattch to seesion when session ends
|
2015-12-11 17:00:56 +08:00 |
|
attach_test.go
|
update testapi to eliminate redundant fields
|
2015-12-07 15:54:26 -05:00 |
|
autoscale.go
|
update more kubectl bits for groupversion
|
2015-12-07 09:01:44 -05:00 |
|
clusterinfo.go
|
update client.Config to use GroupVersion
|
2015-11-21 08:29:26 -05:00 |
|
cmd.go
|
Updated kubectl help info with resource names
|
2015-12-10 16:04:44 +01:00 |
|
cmd_test.go
|
Merge pull request #16028 from derekwaynecarr/make_cmd
|
2015-12-16 08:41:59 -08:00 |
|
convert.go
|
update more kubectl bits for groupversion
|
2015-12-07 09:01:44 -05:00 |
|
create.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
|
create_namespace.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
|
create_namespace_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
|
create_secret.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
|
create_secret_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
|
create_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
|
delete.go
|
print absolute time when watch event
|
2015-12-05 13:52:53 +08:00 |
|
delete_test.go
|
update StatusDetails to handle Groups
|
2015-12-17 09:14:12 -05:00 |
|
describe.go
|
Updated kubectl help messages.
|
2015-11-19 15:26:43 +01:00 |
|
describe_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
|
edit.go
|
Remove APIStatus from the client
|
2015-12-10 13:12:21 -08:00 |
|
exec.go
|
Merge pull request #14161 from feihujiang/letKubectlExecFollowDashRule
|
2015-10-19 08:58:37 -07:00 |
|
exec_test.go
|
update testapi to eliminate redundant fields
|
2015-12-07 15:54:26 -05:00 |
|
explain.go
|
Reverting 18442
|
2015-12-17 16:57:29 -08:00 |
|
expose.go
|
update more kubectl bits for groupversion
|
2015-12-07 09:01:44 -05:00 |
|
expose_test.go
|
Refactor IntOrString into a new pkg
|
2015-11-16 10:57:52 -08:00 |
|
get.go
|
Updated kubectl help info with resource names
|
2015-12-10 16:04:44 +01:00 |
|
get_test.go
|
update CodecFor for GroupVersion
|
2015-12-15 10:56:00 -05:00 |
|
label.go
|
Merge pull request #18004 from jiangyaoguo/print-absolute-time-when-watch-event
|
2015-12-08 22:58:12 -08:00 |
|
label_test.go
|
update client.Config to use GroupVersion
|
2015-11-21 08:29:26 -05:00 |
|
logs.go
|
Cleanup logs command
|
2015-11-25 14:11:27 +08:00 |
|
logs_test.go
|
Cleanup logs command
|
2015-11-25 14:11:27 +08:00 |
|
namespace.go
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-08 22:31:48 +01:00 |
|
patch.go
|
change HEAD to blob/HEAD, and add blob in versioned-docs.sh
|
2015-11-16 17:13:49 -08:00 |
|
patch_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
|
portforward.go
|
Refactor exec to make attach useful without a client.Config
|
2015-10-09 14:36:46 -04:00 |
|
portforward_test.go
|
update testapi to eliminate redundant fields
|
2015-12-07 15:54:26 -05:00 |
|
proxy.go
|
Change kubectl proxy --api-prefix default to allow /apis/
|
2015-10-14 15:49:52 -07:00 |
|
replace.go
|
change HEAD to blob/HEAD, and add blob in versioned-docs.sh
|
2015-11-16 17:13:49 -08:00 |
|
replace_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
|
rollingupdate.go
|
Reverting 18442
|
2015-12-17 16:57:29 -08:00 |
|
rollingupdate_test.go
|
Update rollback process
|
2015-10-08 10:49:09 +08:00 |
|
run.go
|
Support remove flag for kubectl run command
|
2015-12-14 16:16:43 +08:00 |
|
run_test.go
|
Hide common codec methods under helpers
|
2015-12-09 21:15:02 -05:00 |
|
scale.go
|
kubectl: Support scaling deployments
|
2015-11-25 11:26:40 +01:00 |
|
stop.go
|
stop: Make use of deprecation field
|
2015-11-24 12:27:20 +01:00 |
|
version.go
|
Remove shorthand for client flag in kubectl version
|
2015-10-13 02:02:54 +08:00 |