FargateProfileSelector

data class FargateProfileSelector(val labels: Map<String, String>? = null, val namespace: String)

Constructors

Link copied to clipboard
constructor(labels: Map<String, String>? = null, namespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val labels: Map<String, String>? = null

Key-value map of Kubernetes labels for selection.

Link copied to clipboard

Kubernetes namespace for selection. The following arguments are optional: