Browse Source

remove SecretRequestSpec

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Evan Hazlett 8 years ago
parent
commit
4d1fba0204
1 changed files with 0 additions and 9 deletions
  1. 0 9
      api/types/swarm/secret.go

+ 0 - 9
api/types/swarm/secret.go

@@ -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
-}