FargateProfileSelectorArgs

data class FargateProfileSelectorArgs(val labels: Output<List<FargateProfileLabelArgs>>? = null, val namespace: Output<String>) : ConvertibleToJava<FargateProfileSelectorArgs>

Constructors

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

Properties

Link copied to clipboard
val labels: Output<List<FargateProfileLabelArgs>>? = null

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
val namespace: Output<String>

The Kubernetes namespace that the selector should match.

Functions

Link copied to clipboard
open override fun toJava(): FargateProfileSelectorArgs