FargateProfileSelector

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.

Link copied to clipboard

The Kubernetes namespace that the selector should match.