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.inputs
/
ManagedClusterPodIdentityExceptionArgs
Managed
Cluster
Pod
Identity
Exception
Args
data
class
ManagedClusterPodIdentityExceptionArgs
(
val
name
:
Output
<
String
>
,
val
namespace
:
Output
<
String
>
,
val
podLabels
:
Output
<
Map
<
String
,
String
>
>
)
:
ConvertibleToJava
<
ManagedClusterPodIdentityExceptionArgs
>
Members
Constructors
Managed
Cluster
Pod
Identity
Exception
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
namespace
:
Output
<
String
>
,
podLabels
:
Output
<
Map
<
String
,
String
>
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
Name of the pod identity exception.
namespace
Link copied to clipboard
val
namespace
:
Output
<
String
>
Namespace of the pod identity exception.
pod
Labels
Link copied to clipboard
val
podLabels
:
Output
<
Map
<
String
,
String
>
>
Pod labels to match.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ManagedClusterPodIdentityExceptionArgs