Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68744c8

Browse files
committed
api/types: remove deprecated ConfigCreateResponse, ConfigListOptions
These was added in a411a39, which shipped in the latest v28.x releases, so we can remove these. This removes the deprecated `api/types.ConfigCreateResponse` and `ConfigListOptions`. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 33f07ff commit 68744c8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

api/types/types_deprecated.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,3 @@ type SecretCreateResponse = swarm.SecretCreateResponse
125125
//
126126
// Deprecated: use [swarm.SecretListOptions].
127127
type SecretListOptions = swarm.SecretListOptions
128-
129-
// ConfigCreateResponse contains the information returned to a client
130-
// on the creation of a new config.
131-
//
132-
// Deprecated: use [swarm.ConfigCreateResponse].
133-
type ConfigCreateResponse = swarm.ConfigCreateResponse
134-
135-
// ConfigListOptions holds parameters to list configs
136-
//
137-
// Deprecated: use [swarm.ConfigListOptions].
138-
type ConfigListOptions = swarm.ConfigListOptions

0 commit comments

Comments
 (0)