kubernetes/pkg/api
Tim Hockin 652479a3b1 Add kubelet DNS flags & api disable for DNS
This adds --cluster_dns and --cluster_domain flags to kubelet.  If
non-empty, kubelet will set docker --dns and --dns-search flags based on
these.  It uses the cluster DNS and appends the hosts's DNS servers.
Likewise for DNS search domains.

This also adds API support to bypass cluster DNS entirely, needed to
bootstrap DNS.
2014-12-29 09:18:12 -08:00
..
errors Fixes #1605: make ErrorList introspectable by replacing ErrorList and 2014-12-12 10:56:31 -08:00
latest Add a PodUnknown phase and make ListPods return even when there are errors 2014-12-19 15:08:48 -08:00
meta Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
testapi v1beta3 Pod refactor 2014-11-18 09:25:42 -05:00
v1beta1 Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00
v1beta2 Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00
v1beta3 Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00
validation Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00
context_test.go Refactor tests to split ObjectMeta from TypeMeta 2014-10-24 11:22:21 -04:00
context.go update code.goole.com/p/go.net to golang.org/x/net 2014-11-16 22:10:24 -05:00
conversion.go v1beta3 Pod refactor 2014-11-18 09:25:42 -05:00
doc.go Split api into api, api/common, api/validation & apitools 2014-09-02 10:40:52 -07:00
helpers.go Merge pull request #2282 from bgrant0607/docgen 2014-11-14 13:12:25 -08:00
meta_test.go Set uid during object create 2014-11-13 15:25:49 -05:00
meta.go Set uid during object create 2014-11-13 15:25:49 -05:00
ref_test.go Make fieldPath part of getting a reference rather than part of making an event. 2014-11-05 15:09:14 -08:00
ref.go Allow, when testing, SelfLinks to be unset. Kubelet now makes events in tests. 2014-12-09 17:53:42 -08:00
register.go Merge pull request #2910 from smarterclayton/small_v1beta3_refactors 2014-12-15 13:21:12 -08:00
serialization_test.go Add a PodUnknown phase and make ListPods return even when there are errors 2014-12-19 15:08:48 -08:00
types.go Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00
unversioned.go Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00