apiserver/pkg/endpoints/handlers
Antoine Pelisse 46d98f52ff 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).

Kubernetes-commit: eb904d8fa89da491f400614f99458ed3f0d529fb
2019-02-16 20:16:11 -08:00
..
fieldmanager Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
negotiation Fix golint failures on handlers/negotiation 2019-01-18 22:06:48 +00:00
responsewriters Strengthen ErrorToAPIStatus against bad input 2019-01-04 11:22:46 -05:00
create.go Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
create_test.go Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
delete.go Add ObjectInterfaces to Admission and Validation 2019-02-16 12:27:24 -08:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
get.go replace k8s.io/apiserver/pkg/util/trace with k8s.io/utils/trace 2019-01-24 11:50:30 -05:00
namer.go Remove request context mapper 2018-04-18 11:12:15 -04:00
namer_test.go Add unittests for GenerateLink 2017-08-29 13:15:22 +00:00
patch.go Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
response.go Better organize object conversion in response handling 2018-11-28 22:01:47 -05:00
rest.go Add ObjectInterfaces to Admission and Validation 2019-02-16 12:27:24 -08:00
rest_test.go Add ObjectInterfaces to Admission and Validation 2019-02-16 12:27:24 -08:00
update.go Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
watch.go API Machinery, Kubectl and tests 2019-01-16 21:14:42 -08:00