Deployment List Args
data class DeploymentListArgs(val apiVersion: Output<String>? = null, val items: Output<List<DeploymentArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<DeploymentListArgs>
DeploymentList is a list of Deployments.
Constructors
Link copied to clipboard
fun DeploymentListArgs(apiVersion: Output<String>? = null, items: Output<List<DeploymentArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)