kubernetes/pkg/api/validation
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
..
doc.go Make validation work when not in the api package. 2014-09-02 10:42:06 -07:00
events_test.go Fix server-side namespace handling for events; add validation 2014-11-14 09:43:28 -08:00
events.go Add a Detail field to Validation Error 2014-11-24 17:28:42 -08:00
schema_test.go Add a PodUnknown phase and make ListPods return even when there are errors 2014-12-19 15:08:48 -08:00
schema.go Make validation optional, handle YAML 2014-12-09 12:37:49 -08:00
v1beta1-swagger.json Add a swagger schema validator, for validating client side json files. 2014-11-20 22:16:55 -08:00
validation_test.go Clear node status before the validation check. 2014-12-22 11:57:31 -08:00
validation.go Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00