Documentation
¶
Index ¶
Constants ¶
View Source
const PluginMetadataCommandName = "docker-cli-plugin-metadata"
PluginMetadataCommandName is the internal command name for docker CLI plugin metadata.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginMetadata ¶
type PluginMetadata struct {
SchemaVersion string `json:"SchemaVersion,omitempty"`
Vendor string `json:"Vendor,omitempty"`
Version string `json:"Version,omitempty"`
ShortDescription string `json:"ShortDescription,omitempty"`
URL string `json:"URL,omitempty"`
Experimental bool `json:"Experimental,omitempty"`
}
PluginMetadata presents the plugin metadata to the docker CLI.
Click to show internal directories.
Click to hide internal directories.