8000 api/types: remove deprecated Port · moby/moby@207db87 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div class="prc-PageLayout-HeaderContent-dVIQb" style="--spacing:var(--spacing-normal)">

Commit 207db87

Browse files
committed
api/types: remove deprecated Port
These was added in e12b749, which shipped in the latest v28.x releases, so we can remove these. This removes the deprecated `api/types.Port`. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent fa8177b commit 207db87

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/types/types_deprecated.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ type HealthcheckResult = container.HealthcheckResult
8282
// Deprecated: use [container.MountPoint].
8383
type MountPoint = container.MountPoint
8484

85-
// Port An open port on a container
86-
//
87-
// Deprecated: use [container.Port].
88-
type Port = container.Port
89-
9085
// RequestPrivilegeFunc is a function interface that clients can supply to
9186
// retry operations after getting an authorization error.
9287
// This function returns the registry authentication header value in base64

0 commit comments

Comments
 (0)
0