mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
remove SecretRequestSpec
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user