k3s/pkg/kubectl
Antoine Pelisse eb904d8fa8 Add "fieldManager" to flag to PATCH/CREATE/UPDATE
And add a corresponding flag in kubectl (for apply), even though the
value is defaulted in kubectl with "kubectl".

The flag is required for Apply patch-type, and optional for other PATCH,
CREATE and UPDATE (in which case we fallback on the user-agent).
2019-03-08 16:03:03 -08:00
..
apply Merge pull request #61468 from tianshapjq/remove-consts-element.go 2019-02-01 14:31:30 -08:00
apps
cmd Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-03-08 16:03:03 -08:00
describe Bugfix: kubectl shows last<invalid> if pv, pod, pvc is terminating 2019-03-05 14:03:34 +08:00
drain Update client callers to use explicit versions 2019-02-26 08:36:30 -05: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 Add new Japanese translations for kubectl 2019-02-26 12:21:15 +09:00
metricsutil
polymorphichelpers Merge pull request #74422 from liggitt/client-version-methods 2019-02-26 12:44:24 -08:00
proxy
scheme generated 2019-01-23 16:34:44 -05:00
util Fix flag template when both visible and explicit flags are specified 2019-02-27 22:35:03 +01: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
conditions.go
doc.go
history.go
history_test.go
interfaces.go
rollback.go
rollback_test.go
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 Update client callers to use explicit versions 2019-02-26 08:36:30 -05:00
rollout_status.go
rollout_status_test.go
scale.go Clean up initializer-related comments, test data 2019-01-25 12:37:45 -05:00
scale_test.go