apiserver/pkg/endpoints/handlers
Clayton Coleman 5fa08b8c5e Allow initialization of resources
Add support for creating resources that are not immediately visible to
naive clients, but must first be initialized by one or more privileged
cluster agents. These controllers can mark the object as initialized,
allowing others to see them.

Permission to override initialization defaults or modify an initializing
object is limited per resource to a virtual subresource "RESOURCE/initialize"
via RBAC.

Initialization is currently alpha.

Kubernetes-commit: 331eea67d8000e5c4b37e2234a90903c15881c2f
2017-06-13 20:47:30 +00:00
..
negotiation Expose a default Table and partial output via Accept headers 2017-06-13 20:47:29 +00:00
responsewriters Expose a default Table and partial output via Accept headers 2017-06-13 20:47:29 +00:00
BUILD Expose a default Table and partial output via Accept headers 2017-06-13 20:47:29 +00:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
namer.go Pass RequestInfo to GenerateLink 2017-06-13 20:47:27 +00:00
patch.go Fix original object mutation on patch retry 2017-04-06 20:35:16 +00:00
proxy.go Subresources are not included in apiserver prometheus metrics 2017-06-13 20:47:28 +00:00
response.go Refactor printers to support rendering as a Table 2017-06-13 20:47:29 +00:00
rest.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
rest_test.go Pass RequestInfo to GenerateLink 2017-06-13 20:47:27 +00:00
watch.go Pass RequestInfo to GenerateLink 2017-06-13 20:47:27 +00:00