kubernetes/pkg/kubectl/cmd/set
Kubernetes Submit Queue 6defc30337 Merge pull request #39882 from deads2k/api-59-errors
Automatic merge from submit-queue (batch tested with PRs 38592, 39949, 39946, 39882)

move api/errors to apimachinery

`pkg/api/errors` is a set of helpers around `meta/v1.Status` that help to create and interpret various apiserver errors.  Things like `.NewNotFound` and `IsNotFound` pairings.  This pull moves it into apimachinery for use by the clients and servers.

@smarterclayton @lavalamp First commit is the move plus minor fitting.  Second commit is straight replace and generation.
2017-01-16 10:37:42 -08:00
..
BUILD mechanical 2017-01-16 09:35:12 -05:00
helper.go mechanical 2017-01-16 09:35:12 -05:00
set_image_test.go mechanical repercussions 2017-01-13 08:27:14 -05:00
set_image.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
set_resources.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
set_selector_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
set_selector.go fix example in set selector 2017-01-16 01:55:30 -06:00
set_test.go add --dry-run opt to kubectl set image 2016-12-08 15:50:52 -05:00
set.go Add new command "kubectl set selector" 2016-12-21 12:30:56 +01:00