Plugin spec for the service. (Experimental release only.)


> Note: ContainerSpec, NetworkAttachmentSpec, and PluginSpec are > mutually exclusive. PluginSpec is only used when the Runtime field > is set to plugin. NetworkAttachmentSpec is used when the Runtime > field is set to attachment. TaskSpecPluginSpec

interface TaskSpecPluginSpec {
    Disabled?: boolean;
    Name?: string;
    PluginPrivilege?: PluginPrivilege[];
    Remote?: string;
}

Properties

Disabled?: boolean

Disable the plugin once scheduled.

Name?: string

The name or 'alias' to use for the plugin.

PluginPrivilege?: PluginPrivilege[]
Remote?: string

The plugin image reference to use.