toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerservice.kotlin.outputs
/
ManagedClusterPodIdentityExceptionResponse
Managed
Cluster
Pod
Identity
Exception
Response
data
class
ManagedClusterPodIdentityExceptionResponse
(
val
name
:
String
,
val
namespace
:
String
,
val
podLabels
:
Map
<
String
,
String
>
)
Members
Constructors
Managed
Cluster
Pod
Identity
Exception
Response
Link copied to clipboard
constructor
(
name
:
String
,
namespace
:
String
,
podLabels
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the pod identity exception.
namespace
Link copied to clipboard
val
namespace
:
String
Namespace of the pod identity exception.
pod
Labels
Link copied to clipboard
val
podLabels
:
Map
<
String
,
String
>
Pod labels to match.