k3s/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
..
aws_ebs Run update-gendocs 2015-11-13 13:57:57 -08:00
blog-logging Run update-gendocs 2015-11-13 13:57:57 -08:00
cassandra Merge pull request #16004 from paralin/add-cassandra-daemonset-example 2015-12-03 09:19:14 +01:00
celery-rabbitmq Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
cephfs Run update-gendocs 2015-11-13 13:57:57 -08:00
cluster-dns Run update-gendocs 2015-11-13 13:57:57 -08:00
elasticsearch Run update-gendocs 2015-11-13 13:57:57 -08:00
explorer Run update-gendocs 2015-11-13 13:57:57 -08:00
extensions Horizontal pod autoscaling example moved to user guide. 2015-10-23 18:49:20 +02:00
fibre_channel Run update-gendocs 2015-11-13 13:57:57 -08:00
flocker Run update-gendocs 2015-11-13 13:57:57 -08:00
glusterfs Run update-gendocs 2015-11-13 13:57:57 -08:00
guestbook Fix typo in guestbook README 2015-11-18 11:25:21 -05:00
guestbook-go examples: guestbook-go: remove id field from rc 2015-11-30 18:06:06 -08:00
hazelcast Run update-gendocs 2015-11-13 13:57:57 -08:00
high-availability updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
https-nginx Run update-gendocs 2015-11-13 13:57:57 -08:00
iscsi Run update-gendocs 2015-11-13 13:57:57 -08:00
javaee Run update-gendocs 2015-11-13 13:57:57 -08:00
javaweb-tomcat-sidecar Run update-gendocs 2015-11-13 13:57:57 -08:00
k8petstore try harder to timeout hung curls in examples test 2015-11-17 23:53:39 -08:00
kubectl-container Run update-gendocs 2015-11-13 13:57:57 -08:00
meteor Run update-gendocs 2015-11-13 13:57:57 -08:00
mysql-cinder-pd Run update-gendocs 2015-11-13 13:57:57 -08:00
mysql-galera Run update-gendocs 2015-11-13 13:57:57 -08:00
mysql-wordpress-pd Run update-gendocs 2015-11-13 13:57:57 -08:00
newrelic Run update-gendocs 2015-11-13 13:57:57 -08:00
nfs Run update-gendocs 2015-11-13 13:57:57 -08:00
nodesjs-mongodb Run update-gendocs 2015-11-13 13:57:57 -08:00
openshift-origin Run update-gendocs 2015-11-13 13:57:57 -08:00
phabricator Run update-gendocs 2015-11-13 13:57:57 -08:00
rbd Run update-gendocs 2015-11-13 13:57:57 -08:00
redis Run update-gendocs 2015-11-13 13:57:57 -08:00
rethinkdb Run update-gendocs 2015-11-13 13:57:57 -08:00
runtime-constraints Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
selenium Run update-gendocs 2015-11-13 13:57:57 -08:00
sharing-clusters Run update-gendocs 2015-11-13 13:57:57 -08:00
spark Eliminate need for wget (use curl), use fewer intermediate files be quiet 2015-11-20 18:54:13 -05:00
storm Run update-gendocs 2015-11-13 13:57:57 -08:00
vitess Run update-gendocs 2015-11-13 13:57:57 -08:00
README.md Run update-gendocs 2015-11-13 13:57:57 -08:00
doc.go
examples_test.go Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00
pod
scheduler-policy-config-with-extender.json Scheduler extension 2015-11-25 08:19:27 -08:00
scheduler-policy-config.json
simple-nginx.md Run update-gendocs 2015-11-13 13:57:57 -08:00

README.md

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