| .. |
|
annotate
|
Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options
|
2019-01-23 16:34:43 -05:00 |
|
apiresources
|
update bazel
|
2019-01-18 17:28:09 -05:00 |
|
apply
|
API Machinery, Kubectl and tests
|
2019-02-04 13:51:48 -08:00 |
|
attach
|
Rename AttachableLogsForObjectFunc -> AttachablePodForObjectFunc to better reflect its purpose
|
2019-02-04 13:18:02 +01:00 |
|
auth
|
Merge pull request #64820 from WanLinghao/ctl_selfsubjectrulesreview_support
|
2019-02-12 23:22:23 -08:00 |
|
autoscale
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
certificates
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
clusterinfo
|
Introduce -A as a shorthand for --all-namespaces in kubectl
|
2018-12-19 14:37:43 +01:00 |
|
completion
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
config
|
Add kubectl config set example
|
2019-01-25 20:21:24 +07:00 |
|
convert
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
cp
|
Merge pull request #72923 from saschagrunert/dedent-update
|
2019-01-25 18:32:23 -08:00 |
|
create
|
Image is a required parameter
|
2019-01-17 15:58:41 +01:00 |
|
delete
|
add --all-namespaces to
|
2019-02-05 13:37:14 -05:00 |
|
describe
|
Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options
|
2019-01-23 16:34:43 -05:00 |
|
diff
|
API Machinery, Kubectl and tests
|
2019-02-04 13:51:48 -08:00 |
|
drain
|
generated files
|
2018-12-19 11:19:12 -05:00 |
|
edit
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
exec
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
explain
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
expose
|
fix typo "udp" -> "UDP"
|
2019-01-11 13:25:44 +08:00 |
|
get
|
Add a case to illustrate how to use kubectl get -o custom-columns
|
2019-02-10 14:42:13 +08:00 |
|
help
|
Generated changes
|
2018-10-11 22:01:06 +02:00 |
|
kustomize
|
add kustomize as a subcommand in kubectl
|
2019-02-11 16:43:57 -08:00 |
|
label
|
Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options
|
2019-01-23 16:34:43 -05:00 |
|
logs
|
fix a bug that --tail option does not take effects in 'kubectl logs --selector xx=xx --tail 3'
|
2018-11-02 18:20:58 +08:00 |
|
options
|
Generated changes
|
2018-10-11 22:01:06 +02:00 |
|
patch
|
Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config
|
2019-01-15 13:33:06 -05:00 |
|
plugin
|
allow re-usability of plugin handler, allow support for multiple valid plugin filename prefixes
|
2019-02-01 16:17:47 -05:00 |
|
portforward
|
Fixes address parsing in port-forward
|
2019-02-10 12:48:52 +00:00 |
|
proxy
|
Move from glog to klog
|
2018-11-10 07:50:31 -05:00 |
|
replace
|
Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config
|
2019-01-15 13:33:06 -05:00 |
|
rollingupdate
|
Move from glog to klog
|
2018-11-10 07:50:31 -05:00 |
|
rollout
|
Update dedent to latest release
|
2019-01-17 08:30:07 +01:00 |
|
run
|
Merge pull request #70527 from qingsenLi/git181101
|
2019-01-15 20:19:09 -08:00 |
|
scale
|
Move from glog to klog
|
2018-11-10 07:50:31 -05:00 |
|
set
|
fix --local panic in set commands
|
2019-02-07 16:56:32 -05:00 |
|
taint
|
Fix some golint errors for packages in pkg/kubectl/cmd
|
2018-11-22 22:09:08 +08:00 |
|
testing
|
client-go: extend discovery intf with ServerGroupsAndResources
|
2019-02-12 14:28:19 +01:00 |
|
top
|
client-go: extend discovery intf with ServerGroupsAndResources
|
2019-02-12 14:28:19 +01:00 |
|
util
|
Merge pull request #73540 from rlenferink/patch-5
|
2019-02-08 09:05:56 -08:00 |
|
version
|
Switch to sigs.k8s.io/yaml from ghodss/yaml
|
2018-11-07 13:17:32 -05:00 |
|
wait
|
Add support for waiting by label selector or on all resources
|
2019-02-02 16:26:00 +01:00 |
|
alpha.go
|
Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates
|
2018-10-11 22:01:03 +02:00 |
|
BUILD
|
add kustomize as a subcommand in kubectl
|
2019-02-11 16:43:57 -08:00 |
|
cmd.go
|
add kustomize as a subcommand in kubectl
|
2019-02-11 16:43:57 -08:00 |
|
cmd_test.go
|
allow re-usability of plugin handler, allow support for multiple valid plugin filename prefixes
|
2019-02-01 16:17:47 -05:00 |
|
profiling.go
|
Add go profile instrumentation to kubectl
|
2018-09-18 18:28:43 +01:00 |