k3s/pkg/kubectl/cmd/util
Matt Liggett c6e9ad066e Initial node drain implementation for #3885.
It cordons (marks unschedulable) the given node, and then deletes every
pod on it, optionally using a grace period.  It will not delete pods
managed by neither a ReplicationController nor a DaemonSet without the
use of --force.

Also add cordon/uncordon, which just toggle node schedulability.
2016-01-06 17:28:18 -08:00
..
editor edit: Make environment variables composable 2015-11-25 11:23:23 +01:00
jsonmerge move HasConflicts to shareable location 2015-10-05 14:37:57 -04:00
clientcache.go Refactor the API registration and installation 2015-12-23 22:44:25 -08:00
factory.go Initial node drain implementation for #3885. 2016-01-06 17:28:18 -08:00
factory_test.go update testapi to eliminate redundant fields 2015-12-07 15:54:26 -05:00
helpers.go Initial node drain implementation for #3885. 2016-01-06 17:28:18 -08:00
helpers_test.go Change how one-of blocks are validated 2015-12-18 09:42:14 -08:00
printing.go Merge pull request #15210 from brendandburns/docs 2015-12-21 07:58:46 -08:00