GetDeploymentsResult

data class GetDeploymentsResult(val deployments: List<Map<String, String>>, val id: String)

A collection of values returned by getDeployments.

Constructors

Link copied to clipboard
constructor(deployments: List<Map<String, String>>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

list of maps a list of deployments in the cluster.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.