mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Merge pull request #51458 from thaJeztah/rm_deprecated_dockerversion
api/types/plugin: remove deprecated Config.DockerVersion
This commit is contained in:
@@ -3337,16 +3337,6 @@ definitions:
|
||||
- Env
|
||||
- Args
|
||||
properties:
|
||||
DockerVersion:
|
||||
description: |-
|
||||
Docker Version used to create the plugin.
|
||||
|
||||
Depending on how the plugin was created, this field may be empty or omitted.
|
||||
|
||||
Deprecated: this field is no longer set, and will be removed in the next API version.
|
||||
type: "string"
|
||||
x-nullable: false
|
||||
x-omitempty: true
|
||||
Description:
|
||||
type: "string"
|
||||
x-nullable: false
|
||||
|
||||
@@ -3337,16 +3337,6 @@ definitions:
|
||||
- Env
|
||||
- Args
|
||||
properties:
|
||||
DockerVersion:
|
||||
description: |-
|
||||
Docker Version used to create the plugin.
|
||||
|
||||
Depending on how the plugin was created, this field may be empty or omitted.
|
||||
|
||||
Deprecated: this field is no longer set, and will be removed in the next API version.
|
||||
type: "string"
|
||||
x-nullable: false
|
||||
x-omitempty: true
|
||||
Description:
|
||||
type: "string"
|
||||
x-nullable: false
|
||||
|
||||
@@ -51,13 +51,6 @@ type Config struct {
|
||||
// Required: true
|
||||
Description string `json:"Description"`
|
||||
|
||||
// Docker Version used to create the plugin.
|
||||
//
|
||||
// Depending on how the plugin was created, this field may be empty or omitted.
|
||||
//
|
||||
// Deprecated: this field is no longer set, and will be removed in the next API version.
|
||||
DockerVersion string `json:"DockerVersion,omitempty"`
|
||||
|
||||
// documentation
|
||||
// Example: https://docs.docker.com/engine/extend/plugins/
|
||||
// Required: true
|
||||
|
||||
7
vendor/github.com/moby/moby/api/types/plugin/plugin.go
generated
vendored
7
vendor/github.com/moby/moby/api/types/plugin/plugin.go
generated
vendored
@@ -51,13 +51,6 @@ type Config struct {
|
||||
// Required: true
|
||||
Description string `json:"Description"`
|
||||
|
||||
// Docker Version used to create the plugin.
|
||||
//
|
||||
// Depending on how the plugin was created, this field may be empty or omitted.
|
||||
//
|
||||
// Deprecated: this field is no longer set, and will be removed in the next API version.
|
||||
DockerVersion string `json:"DockerVersion,omitempty"`
|
||||
|
||||
// documentation
|
||||
// Example: https://docs.docker.com/engine/extend/plugins/
|
||||
// Required: true
|
||||
|
||||
Reference in New Issue
Block a user