GetPluginsResult

data class GetPluginsResult(val id: String, val plugins: List<Map<String, String>>, val type: String? = null)

A collection of values returned by getPlugins.

Constructors

Link copied to clipboard
constructor(id: String, plugins: List<Map<String, String>>, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(list of maps) a list of dynamic plugins registered in the cluster.

Link copied to clipboard
val type: String? = null