1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

remove SecretRequestSpec

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2016-11-03 16:03:01 -04:00
parent a257f674ba
commit 4d1fba0204

View file

@ -28,12 +28,3 @@ type SecretReference struct {
SecretName string
Target SecretReferenceFileTarget
}
// SecretRequestSpec is a type for requesting secrets
type SecretRequestSpec struct {
Source string
Target string
UID string
GID string
Mode os.FileMode
}