k3s/pkg/api/validation
Chris Alfonso 1a45e37d17 NFSMount storage plugin for kubelet.
* If you want to test this out when an actual NFS export a good place
 to start is by running the NFS server in a container:

docker run -d --name nfs --privileged cpuguy83/nfs-server /tmp

More detail can be found here:
https://github.com/cpuguy83/docker-nfs-server
2015-03-19 13:37:38 -04:00
..
doc.go Make validation work when not in the api package. 2014-09-02 10:42:06 -07:00
events.go Cleanup of validation.go 2015-03-18 08:59:35 +01:00
events_test.go Fix server-side namespace handling for events; add validation 2014-11-14 09:43:28 -08:00
schema.go Updating pkg/api/validation/ to consider swagger.items as object and not array 2015-03-12 16:04:11 -07:00
schema_test.go Factor out API defaulting from validation logic 2015-02-03 00:55:42 -08:00
v1beta1-swagger.json Updating pkg/api/validation/ to consider swagger.items as object and not array 2015-03-12 16:04:11 -07:00
validation.go NFSMount storage plugin for kubelet. 2015-03-19 13:37:38 -04:00
validation_test.go Validate that there is at least one container in the pod 2015-03-19 12:31:53 +01:00