apiserver/pkg/endpoints
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
..
discovery Update bazel 2017-06-13 20:47:28 +00:00
filters update copyed doc for advanced audit 2017-06-13 20:47:30 +00:00
handlers Allow initialization of resources 2017-06-13 20:47:30 +00:00
metrics Subresources are not included in apiserver prometheus metrics 2017-06-13 20:47:28 +00:00
openapi autogenerated 2017-04-15 20:35:23 +00:00
request Update bazel 2017-06-13 20:47:28 +00:00
testing Update generated files 2017-05-19 17:28:21 +00:00
BUILD Expose a default Table and partial output via Accept headers 2017-06-13 20:47:29 +00:00
apiserver.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
apiserver_test.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
audit_test.go audit: uniform 2 or 3 events for short/long running requests 2017-06-13 20:47:29 +00:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
groupversion.go audit: wire through non-nil context everywhere 2017-06-13 20:47:28 +00:00
installer.go Make OpenAPI GVK and Action extensions all lower-case 2017-06-13 20:47:29 +00:00
installer_test.go remove go-restful from namer for rest handling 2017-04-10 20:35:11 +00:00
proxy_test.go Updated key.pm and cert.pm to remove error in setting up localhostCert pool. 2017-04-10 20:35:11 +00:00
watch_test.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00