k3s/pkg/kubeapiserver
Clayton Coleman 772ab8e1b4
Load initializers from dynamic config
Handle failure cases on startup gracefully to avoid causing cascading
errors and poor initialization in other components. Initial errors from
config load cause the initializer to pause and hold requests. Return
typed errors to better communicate failures to clients.

Add code to handle two specific cases - admin wants to bypass
initialization defaulting, and mirror pods (which want to bypass
initialization because the kubelet owns their lifecycle).
2017-06-05 19:12:41 -04:00
..
admission Load initializers from dynamic config 2017-06-05 19:12:41 -04:00
authenticator autogenerated 2017-04-14 10:40:57 -07:00
authorizer Merge pull request #46212 from CaoShuFeng/RBACSuperUser 2017-05-31 00:14:11 -07:00
options validate oidc flags 2017-05-22 18:03:28 +08:00
server Implement audit policy logic 2017-05-25 07:38:07 -07:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
OWNERS add liggitt to kubeapiserver owners 2017-04-03 10:14:34 -04:00
default_storage_factory_builder.go k8s.io/apiserver: straighten EtcdOptions, backend Config and kube RESTOptionsFactory 2017-02-15 10:24:59 +01:00
default_storage_factory_builder_test.go k8s.io/apiserver: fixup imports and renamed packages 2017-02-15 10:24:58 +01:00
doc.go