Task Spec Plugin Spec
@Serializable
Plugin spec for the service. (Experimental release only.)
plugin. NetworkAttachmentSpec is used when the Runtime > field is set to attachment.Parameters
name
The name or 'alias' to use for the plugin.
remote
The plugin image reference to use.
disabled
Disable the plugin once scheduled.
plugin Privilege
Constructors
Link copied to clipboard
constructor(name: String? = null, remote: String? = null, disabled: Boolean? = null, pluginPrivilege: List<PluginPrivilege>? = null)