k3s/pkg/kubectl
Ilya Dmitrichenko 8c09a71e1d
Refactor core functionality of `kubectl drain` as a library
- structured pod filter functions
- naming improvements
  - consistent use of daemonSets and DaemonSets
  - rename field to reflect its usage
- new cordon/uncordon helper
  - use Core API client direcly instead of generic CLI runtime
2019-02-25 08:15:07 +00:00
..
apply Merge pull request #61468 from tianshapjq/remove-consts-element.go 2019-02-01 14:31:30 -08:00
apps Fix some golint errors for packages in `pkg/kubectl` 2018-11-02 11:55:40 +08:00
cmd Refactor core functionality of `kubectl drain` as a library 2019-02-25 08:15:07 +00:00
describe Merge pull request #73555 from bsalamat/priority_to_ga 2019-02-22 16:14:49 -08:00
drain Refactor core functionality of `kubectl drain` as a library 2019-02-25 08:15:07 +00:00
explain Add missing VisitArbitrary methods in kubectl explain 2019-02-14 13:06:20 +01:00
generate Fix create secret docker-registry compatibility 2018-12-26 11:11:29 -05:00
generated Generated bindata.go 2019-02-05 19:00:39 +01:00
metricsutil Fix some golint errors for packages in `pkg/kubectl` 2018-11-02 11:55:40 +08:00
polymorphichelpers Rename AttachableLogsForObjectFunc -> AttachablePodForObjectFunc to better reflect its purpose 2019-02-04 13:18:02 +01:00
proxy Move from glog to klog 2018-11-10 07:50:31 -05:00
scheme generated 2019-01-23 16:34:44 -05:00
util Merge pull request #72137 from YoubingLi/master 2019-02-21 03:54:11 -08:00
validation
.import-restrictions Remove unnecessary prefixes from various .import-restrictions files 2019-02-11 16:47:28 -05:00
BUILD Refactor core functionality of `kubectl drain` as a library 2019-02-25 08:15:07 +00:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
apply.go Fix some golint errors for packages in `pkg/kubectl` 2018-11-02 11:55:40 +08:00
conditions.go
doc.go
history.go prune internal clients from kubectl describer 2018-11-16 00:11:10 +08:00
history_test.go
interfaces.go
rollback.go update deployment, daemonset, replicaset, statefulset to apps/v1 2018-12-19 10:46:45 -05:00
rollback_test.go Switch kubectl rollout to directly rolling back deployments 2018-10-26 23:48:44 -04:00
rolling_updater.go api: Correct a typo in the API docs for rolling update strategy 2019-02-18 22:46:37 -05:00
rolling_updater_test.go Fix some golint errors for packages in `pkg/kubectl` 2018-11-02 11:55:40 +08:00
rollout_status.go kubectl: copy deployment util dependency into kubectl 2018-10-18 12:02:39 -07:00
rollout_status_test.go Remove unused client in rollout status 2018-09-26 13:12:35 -07:00
scale.go Clean up initializer-related comments, test data 2019-01-25 12:37:45 -05:00
scale_test.go