pulumi-azure-native-kotlin
1.104.0.1
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
>
Constructors
Functions
Properties
Constructors
Managed
Cluster
Pod
Identity
Exception
Args
Link copied to clipboard
fun
ManagedClusterPodIdentityExceptionArgs
(
name
:
Output
<
String
>
,
namespace
:
Output
<
String
>
,
podLabels
:
Output
<
Map
<
String
,
String
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ManagedClusterPodIdentityExceptionArgs
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.