kubernetes/pkg/api/v1
k8s-merge-robot f2f3b49f58 Merge pull request #22575 from MikaelCluseau/wip-issue-20466
Automatic merge from submit-queue

Add subPath to mount a child dir or file of a volumeMount

Allow users to specify a subPath in Container.volumeMounts so they can use a single volume for many mounts instead of creating many volumes. For instance, a user can now use a single PersistentVolume to store the Mysql database and the document root of an Apache server of a LAMP stack pod by mapping them to different subPaths in this single volume.

Also solves https://github.com/kubernetes/kubernetes/issues/20466.
2016-05-08 08:45:15 -07:00
..
backward_compatibility_test.go update CodecFor for GroupVersion 2015-12-15 10:56:00 -05:00
conversion_generated.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
conversion_test.go Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
conversion.go Inline default methods by hand in custom conversions 2016-05-07 11:55:31 -04:00
deep_copy_generated.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
defaults_test.go Switch API objects to not register per version codecs 2016-01-22 01:10:21 -05:00
defaults.go Cleanup the code with new engine-api 2016-04-29 13:34:38 -07:00
doc.go Switch to new generator 2016-04-11 08:04:45 +02:00
generated.pb.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
generated.proto Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
register.go Implement a streaming serializer for watch 2016-04-11 11:22:05 -04:00
types_swagger_doc_generated.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
types.generated.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
types.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00