Skip to content

Commit 6a50c4f

Browse files
committed
cli-plugins: remove deprecated Metadata.Experimental
This field was marked deprecated in 977d3ae, which is part of Docker 20.10 and up. This patch removes the field. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent f26ac47 commit 6a50c4f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cli-plugins/manager/metadata.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ type Metadata struct {
2222
ShortDescription string `json:",omitempty"`
2323
// URL is a pointer to the plugin's homepage.
2424
URL string `json:",omitempty"`
25-
// Experimental specifies whether the plugin is experimental.
26-
//
27-
// Deprecated: experimental features are now always enabled in the CLI
28-
Experimental bool `json:",omitempty"`
2925
}

0 commit comments

Comments
 (0)