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:
parent
a257f674ba
commit
4d1fba0204
1 changed files with 0 additions and 9 deletions
|
@ -28,12 +28,3 @@ type SecretReference struct {
|
||||||
SecretName string
|
SecretName string
|
||||||
Target SecretReferenceFileTarget
|
Target SecretReferenceFileTarget
|
||||||
}
|
}
|
||||||
|
|
||||||
// SecretRequestSpec is a type for requesting secrets
|
|
||||||
type SecretRequestSpec struct {
|
|
||||||
Source string
|
|
||||||
Target string
|
|
||||||
UID string
|
|
||||||
GID string
|
|
||||||
Mode os.FileMode
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue