apiserver/pkg/server/options
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
..
encryptionconfig Add configuration options for encryption providers 2017-06-13 20:47:30 +00:00
testdata Pre-generate SNI test certs 2017-06-13 20:47:30 +00:00
BUILD Pre-generate SNI test certs 2017-06-13 20:47:30 +00:00
OWNERS move apiserver options 2017-02-02 09:36:48 -05:00
admission.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
audit.go apiserver: add a webhook implementation of the audit backend 2017-06-13 20:47:30 +00:00
authentication.go allow incluster authentication info lookup 2017-03-18 19:56:09 +00:00
authorization.go apiserver command line options lead to config 2017-02-13 07:36:41 -05:00
doc.go move apiserver options 2017-02-02 09:36:48 -05:00
etcd.go Add configuration options for encryption providers 2017-06-13 20:47:30 +00:00
feature.go require codecfactory 2017-03-31 20:37:15 +00:00
recommended.go apiserver: add a webhook implementation of the audit backend 2017-06-13 20:47:30 +00:00
server_run_options.go Split out AdmissionOptions 2017-04-21 20:35:37 +00:00
serving.go This PR implements AdmissionOptions.ApplyTo 2017-05-16 17:27:50 +00:00
serving_test.go Pre-generate SNI test certs 2017-06-13 20:47:30 +00:00