k3s/test/e2e/common
Rodrigo Campos 568f4c2e63 Add mode permission bits to configmap, secrets and downwardAPI
This implements the proposal in:
docs/proposals/secret-configmap-downwarapi-file-mode.md

Fixes: #28317.

The mounttest image is updated so it returns the permissions of the linked file
and not the symlink itself.
2016-08-17 14:44:41 -04:00
..
configmap.go Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
container_probe.go Add back the original liveness check timeout. 2016-08-15 12:17:16 -07:00
docker_containers.go Move configmap, docker_containers, downward_api, expansion and secrets 2016-08-04 23:52:05 -07:00
downward_api.go Move configmap, docker_containers, downward_api, expansion and secrets 2016-08-04 23:52:05 -07:00
downwardapi_volume.go Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
empty_dir.go Move host_path, downwardapi_volume and empty_dir into common directory. 2016-08-04 17:21:25 -07:00
expansion.go Move configmap, docker_containers, downward_api, expansion and secrets 2016-08-04 23:52:05 -07:00
host_path.go Move host_path, downwardapi_volume and empty_dir into common directory. 2016-08-04 17:21:25 -07:00
init_container.go Split pods.go into smaller parts. 2016-08-03 13:31:48 -07:00
kubelet_etc_hosts.go Move privileged and kubelet_etc_hosts into common directory. 2016-07-29 18:29:43 -07:00
pods.go Extend the wait time to 2*time.Minute for liveness check test. 2016-08-11 17:35:39 -07:00
privileged.go Move privileged and kubelet_etc_hosts into common directory. 2016-07-29 18:29:43 -07:00
secrets.go Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
util.go