Files
kubernetes/examples
Tim Hockin e6df0b1a24 Convert validation to use FieldPath
Before this change we have a mish-mash of ways to pass field names around for
error generation.  Sometimes string fieldnames, sometimes .Prefix(), sometimes
neither, often wrong names or not indexed when it should be.

Instead of that mess, this is part one of a couple of commits that will make it
more strongly typed and hopefully encourage correct behavior.  At least you
will have to think about field names, which is better than nothing.

It turned out to be really hard to do this incrementally.
2015-12-03 08:19:44 -08:00
..
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-18 11:25:21 -05:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/examples/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Examples: releases.k8s.io/HEAD

This directory contains a number of examples of how to run real applications with Kubernetes.

Demonstrations of how to use specific Kubernetes features can be found in our documents.

Analytics