You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: components/cli/docs/extend/config.md
+52-52Lines changed: 52 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ Config provides the base accessible fields for working with V0 plugin format
34
34
35
35
-**`description`***string*
36
36
37
-
description of the plugin
37
+
description of the plugin
38
38
39
39
-**`documentation`***string*
40
40
41
-
link to the documentation about the plugin
41
+
link to the documentation about the plugin
42
42
43
43
-**`interface`***PluginInterface*
44
44
@@ -96,27 +96,27 @@ Config provides the base accessible fields for working with V0 plugin format
96
96
97
97
-**`name`***string*
98
98
99
-
name of the mount.
99
+
name of the mount.
100
100
101
101
-**`description`***string*
102
102
103
103
description of the mount.
104
104
105
105
-**`source`***string*
106
106
107
-
source of the mount.
107
+
source of the mount.
108
108
109
109
-**`destination`***string*
110
110
111
-
destination of the mount.
111
+
destination of the mount.
112
112
113
113
-**`type`***string*
114
114
115
115
mount type.
116
116
117
117
-**`options`***string array*
118
118
119
-
options of the mount.
119
+
options of the mount.
120
120
121
121
-**`ipchost`***boolean*
122
122
Access to host ipc namespace.
@@ -135,31 +135,31 @@ Config provides the base accessible fields for working with V0 plugin format
135
135
136
136
-**`name`***string*
137
137
138
-
name of the env.
138
+
name of the env.
139
139
140
140
-**`description`***string*
141
141
142
142
description of the env.
143
143
144
144
-**`value`***string*
145
145
146
-
value of the env.
146
+
value of the env.
147
147
148
148
-**`args`***PluginArgs*
149
149
150
150
args of the plugin, struct consisting of the following fields
151
151
152
152
-**`name`***string*
153
153
154
-
name of the args.
154
+
name of the args.
155
155
156
156
-**`description`***string*
157
157
158
158
description of the args.
159
159
160
160
-**`value`***string array*
161
161
162
-
values of the args.
162
+
values of the args.
163
163
164
164
-**`linux`***PluginLinux*
165
165
@@ -169,15 +169,15 @@ Config provides the base accessible fields for working with V0 plugin format
169
169
170
170
-**`allowAllDevices`***boolean*
171
171
172
-
If `/dev` is bind mounted from the host, and allowAllDevices is set to true, the plugin will have `rwm` access to all devices on the host.
172
+
If `/dev` is bind mounted from the host, and allowAllDevices is set to true, the plugin will have `rwm` access to all devices on the host.
173
173
174
174
-**`devices`***PluginDevice array*
175
175
176
176
device of the plugin, (*Linux only*), struct consisting of the following fields, see [`DEVICES`](https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#devices)
177
177
178
178
-**`name`***string*
179
179
180
-
name of the device.
180
+
name of the device.
181
181
182
182
-**`description`***string*
183
183
@@ -193,45 +193,45 @@ Config provides the base accessible fields for working with V0 plugin format
193
193
194
194
```json
195
195
{
196
-
"Args": {
197
-
"Description": "",
198
-
"Name": "",
199
-
"Settable": null,
200
-
"Value": null
201
-
},
202
-
"Description": "A sample volume plugin for Docker",
0 commit comments