k3s/pkg/api/rest
Clayton Coleman 0225d76b6a Support subpath on GET for GetterWithOptions
Allows REST consumers to build paths like:

    /api/v1beta3/namespaces/foo/webhookresource/<name>/<encodedsecretinurl>

Also fixes parameter exposure for subresources (was only fixed for
v1beta3).
2015-04-11 11:20:13 -04:00
..
resttest Migrate replication controllers to generic etcd 2015-03-23 17:59:25 -07:00
create.go Pass ctx to Validate, ValidateUpdate 2015-03-30 17:33:08 -04:00
create_test.go Add an rc strategy, start delta validating updates 2015-03-13 13:09:03 -07:00
delete.go Graceful deletion of resources 2015-03-19 15:33:32 -04:00
doc.go Add name generation and normalize common create flows 2015-02-02 14:44:53 -05:00
rest.go Support subpath on GET for GetterWithOptions 2015-04-11 11:20:13 -04:00
types.go Pass ctx to Validate, ValidateUpdate 2015-03-30 17:33:08 -04:00
update.go Pass ctx to Validate, ValidateUpdate 2015-03-30 17:33:08 -04:00
update_test.go fix tests broken by stronger validation 2015-03-31 11:13:44 -07:00