.. |
cmd
|
Merge pull request #22559 from krousey/discbreak
|
2016-03-06 12:47:07 -08:00 |
resource
|
Fix kubectl create to create all resources in a url.
|
2016-03-02 18:08:24 -05:00 |
testing
|
regen codecs
|
2016-02-13 09:15:39 -05:00 |
OWNERS
|
Move blunderbuss assignees into tree
|
2016-03-02 20:46:32 -05:00 |
apply.go
|
Break kubectl from assuming details of codecs
|
2016-01-22 13:27:26 -05:00 |
autoscale.go
|
eliminate cross-namespace HPA escalation attack
|
2015-11-03 08:05:26 -05:00 |
bash_comp_utils.go
|
…
|
|
configmap.go
|
Add kubectl create configmap
|
2016-02-18 21:24:21 -05:00 |
configmap_test.go
|
Add kubectl create configmap
|
2016-02-18 21:24:21 -05:00 |
custom_column_printer.go
|
ExtractList should handle v1.RawExtension correctly
|
2016-01-27 15:30:21 -05:00 |
custom_column_printer_test.go
|
ExtractList should handle v1.RawExtension correctly
|
2016-01-27 15:30:21 -05:00 |
describe.go
|
Merge pull request #22279 from soltysh/describer_none
|
2016-03-03 11:40:54 -08:00 |
describe_test.go
|
Merge pull request #21341 from smarterclayton/liveness_describer
|
2016-02-20 23:31:22 -08:00 |
doc.go
|
…
|
|
explain.go
|
Tweak explain messages and abstract client
|
2015-12-18 00:27:22 -05:00 |
generate.go
|
kubectl: Validate flag usage against generators
|
2015-12-18 15:09:53 +01:00 |
generate_test.go
|
…
|
|
history.go
|
Restore expectation timeout to 5 minutes. Fix enqueueDeployment. Pass by reference.
|
2016-02-28 07:33:07 +00:00 |
interfaces.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
kubectl.go
|
fix ShortcutRESTMapper and prevent it from ever silently failing again
|
2016-02-25 07:35:22 -05:00 |
kubectl_test.go
|
Add kubectl create configmap
|
2016-02-18 21:24:21 -05:00 |
namespace.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
namespace_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
proxy_server.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
proxy_server_test.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
resource_printer.go
|
Rename PodSecurityPolicy fields
|
2016-03-03 11:49:48 -08:00 |
resource_printer_test.go
|
kubectl add AGE column to job, ingress and daemonset
|
2016-02-28 00:59:01 -05:00 |
rollback.go
|
Add kubectl rollout undo
|
2016-02-02 14:20:01 -08:00 |
rolling_updater.go
|
kubectl: bring the rolling updater on par with the deployments
|
2016-03-04 18:07:09 +01:00 |
rolling_updater_test.go
|
kubectl: bring the rolling updater on par with the deployments
|
2016-03-04 18:07:09 +01:00 |
run.go
|
Added Selector Generation to Job.
|
2016-02-25 09:28:07 -08:00 |
run_test.go
|
Added Selector Generation to Job.
|
2016-02-25 09:28:07 -08:00 |
scale.go
|
Autogenerate.
|
2016-02-19 09:48:03 -08:00 |
scale_test.go
|
Scale deployments fall-back to regular deployment update
|
2016-02-12 10:17:35 +01:00 |
secret.go
|
Add kubectl create configmap
|
2016-02-18 21:24:21 -05:00 |
secret_for_docker_registry.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
secret_for_docker_registry_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
secret_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
service.go
|
Refactor IntOrString into a new pkg
|
2015-11-16 10:57:52 -08:00 |
service_test.go
|
Refactor IntOrString into a new pkg
|
2015-11-16 10:57:52 -08:00 |
serviceaccount.go
|
added 'kubectl create sa' to create serviceaccounts
|
2016-02-26 10:27:37 -05:00 |
serviceaccount_test.go
|
added 'kubectl create sa' to create serviceaccounts
|
2016-02-26 10:27:37 -05:00 |
sorted_event_list.go
|
…
|
|
sorted_event_list_test.go
|
This commit fixes tests.
|
2015-11-24 09:16:12 -05:00 |
sorted_resource_name_list.go
|
Improve rendering of multiple quotas in namespace; show scopes
|
2016-02-26 20:34:15 -05:00 |
sorting_printer.go
|
resource_printer was not leveraging runtime interfaces
|
2016-01-22 13:27:25 -05:00 |
sorting_printer_test.go
|
Break kubectl from assuming details of codecs
|
2016-01-22 13:27:26 -05:00 |
stop.go
|
Replace ineffective DeleteOptions with nil
|
2016-02-24 15:06:24 -08:00 |
stop_test.go
|
Restore expectation timeout to 5 minutes. Fix enqueueDeployment. Pass by reference.
|
2016-02-28 07:33:07 +00:00 |
version.go
|
move ServerVersion to DiscoveryClient
|
2016-01-13 10:11:52 -08:00 |
watchloop.go
|
…
|
|