DeploymentExtensionSpecResponse

data class DeploymentExtensionSpecResponse(val extensionType: String, val name: String, val protectedSettings: Any? = null, val settings: Any? = null, val version: String)

Extension sidecars to be added to the deployment.

Constructors

Link copied to clipboard
constructor(extensionType: String, name: String, protectedSettings: Any? = null, settings: Any? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of extension to be added.

Link copied to clipboard

Name of the extension.

Link copied to clipboard
val protectedSettings: Any? = null

Protected settings for the extension.

Link copied to clipboard
val settings: Any? = null

Settings for the extension.

Link copied to clipboard

Version of the extension being used.