.. |
config
|
Move ModifyConfig (and some related functions) into the clientcmd pkg.
|
2016-05-07 18:15:18 -07:00 |
rollout
|
Merge pull request #18835 from brendandburns/3rdparty
|
2016-03-31 18:09:56 -07:00 |
set
|
Add 'kubectl set'
|
2016-05-10 17:24:25 -07:00 |
util
|
Kubectl support for validating nested objects with different ApiGroups (e.g. Lists containing objects in different api groups). Closes #24089
|
2016-05-09 19:38:40 -07:00 |
annotate.go
|
Update bashcompletion codes for kubectl annotate
|
2016-04-14 23:40:34 +09:00 |
annotate_test.go
|
phase 2 of cassandra example overhaul
|
2016-04-14 21:55:23 -07:00 |
apiversions.go
|
…
|
|
apply.go
|
update kubectl apply help info
|
2016-05-03 22:50:24 -04:00 |
apply_test.go
|
move server client shared annotations to new api/annotations package
|
2016-05-09 11:10:44 -07:00 |
attach.go
|
Refactor exec code to support version skew testing
|
2016-04-01 13:05:50 -04:00 |
attach_test.go
|
Improve terminal reuse and attach
|
2016-03-21 23:59:58 -04:00 |
autoscale.go
|
allow kubectl subcmds to process multiple resources
|
2016-05-01 20:27:37 -07:00 |
clusterinfo.go
|
Fix the rest of the code
|
2016-04-29 17:12:10 -04:00 |
cmd.go
|
Add 'kubectl set'
|
2016-05-10 17:24:25 -07:00 |
cmd_test.go
|
Merge pull request #24554 from ingvagabund/dhodovska-events-flag-for-describers
|
2016-05-08 14:41:28 -07:00 |
convert.go
|
allow kubectl subcmds to process multiple resources
|
2016-05-01 20:27:37 -07:00 |
create.go
|
Fix the rest of the code
|
2016-04-29 17:12:10 -04:00 |
create_configmap.go
|
Fix `kubectl create configmap` help
|
2016-04-29 16:31:24 -04:00 |
create_configmap_test.go
|
…
|
|
create_namespace.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
create_namespace_test.go
|
…
|
|
create_secret.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
create_secret_test.go
|
…
|
|
create_serviceaccount.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
create_serviceaccount_test.go
|
…
|
|
create_test.go
|
Update guestbook examples; replace RC concepts with Deployment
|
2016-03-30 14:16:52 -07:00 |
delete.go
|
Merge pull request #23756 from smarterclayton/force_delete
|
2016-04-14 16:55:07 -07:00 |
delete_test.go
|
Update guestbook examples; replace RC concepts with Deployment
|
2016-03-30 14:16:52 -07:00 |
describe.go
|
Introduce kubectl describe --show-events
|
2016-05-06 11:40:11 +02:00 |
describe_test.go
|
Introduce kubectl describe --show-events
|
2016-05-06 11:40:11 +02:00 |
drain.go
|
Small refactoring around drain - move drain logic to separate function.
|
2016-05-04 10:43:20 +02:00 |
drain_test.go
|
Move internal types of job from pkg/apis/extensions to pkg/apis/batch
|
2016-04-25 11:03:54 +02:00 |
edit.go
|
kubectl: use platform-agnostic helper in edit
|
2016-04-18 11:51:05 +02:00 |
exec.go
|
Refactor exec code to support version skew testing
|
2016-04-01 13:05:50 -04:00 |
exec_test.go
|
…
|
|
explain.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
expose.go
|
mark container-port flag as deprecated
|
2016-05-03 20:36:42 -04:00 |
expose_test.go
|
…
|
|
get.go
|
allow kubectl subcmds to process multiple resources
|
2016-05-01 20:27:37 -07:00 |
get_test.go
|
Use NegotiatedSerializer in client
|
2016-05-04 10:57:36 +02:00 |
label.go
|
Make kubectl bash completion namespace aware and add noun aliases
|
2016-04-03 16:25:56 +02:00 |
label_test.go
|
phase 2 of cassandra example overhaul
|
2016-04-14 21:55:23 -07:00 |
logs.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
logs_test.go
|
Allow logs to be used with a preloaded pod.
|
2016-03-21 23:59:59 -04:00 |
namespace.go
|
…
|
|
patch.go
|
allow kubectl subcmds to process multiple resources
|
2016-05-01 20:27:37 -07:00 |
patch_test.go
|
…
|
|
portforward.go
|
Port-forward: use out and error streams instead of glog
|
2016-04-27 13:26:54 -04:00 |
portforward_test.go
|
…
|
|
proxy.go
|
…
|
|
replace.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
replace_test.go
|
Update guestbook examples; replace RC concepts with Deployment
|
2016-03-30 14:16:52 -07:00 |
rollingupdate.go
|
kubectl rolling-update support for same image
|
2016-04-25 09:20:15 -07:00 |
rollingupdate_test.go
|
…
|
|
run.go
|
Clarify limit/requests flags in kubectl run
|
2016-05-06 16:32:43 -07:00 |
run_test.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
scale.go
|
allow kubectl subcmds to process multiple resources
|
2016-05-01 20:27:37 -07:00 |
stop.go
|
Add third party support to kubectl
|
2016-03-31 10:53:32 -07:00 |
version.go
|
…
|
|