docker

package
v0.10.0-alpha.3.dev.20... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL