mirror of https://github.com/docker/cli.git
Merge pull request #4342 from thaJeztah/remove_cli_plugins_metadata_experimental
cli-plugins: remove deprecated Metadata.Experimental
This commit is contained in:
commit
8aee745ab2
|
@ -22,8 +22,4 @@ type Metadata struct {
|
||||||
ShortDescription string `json:",omitempty"`
|
ShortDescription string `json:",omitempty"`
|
||||||
// URL is a pointer to the plugin's homepage.
|
// URL is a pointer to the plugin's homepage.
|
||||||
URL string `json:",omitempty"`
|
URL string `json:",omitempty"`
|
||||||
// Experimental specifies whether the plugin is experimental.
|
|
||||||
//
|
|
||||||
// Deprecated: experimental features are now always enabled in the CLI
|
|
||||||
Experimental bool `json:",omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue