ManagedClusterPodIdentityExceptionArgs

data class ManagedClusterPodIdentityExceptionArgs(val name: Output<String>, val namespace: Output<String>, val podLabels: Output<Map<String, String>>) : ConvertibleToJava<ManagedClusterPodIdentityExceptionArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, namespace: Output<String>, podLabels: Output<Map<String, String>>)

Properties

Link copied to clipboard
val name: Output<String>

Name of the pod identity exception.

Link copied to clipboard
val namespace: Output<String>

Namespace of the pod identity exception.

Link copied to clipboard
val podLabels: Output<Map<String, String>>

Pod labels to match.

Functions

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