ManagedClusterPodIdentityExceptionResponse

data class ManagedClusterPodIdentityExceptionResponse(val name: String, val namespace: String, val podLabels: Map<String, String>)

Constructors

constructor(name: String, namespace: String, podLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the pod identity exception.

Link copied to clipboard

Namespace of the pod identity exception.

Link copied to clipboard

Pod labels to match.