toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.resource.v1alpha2.kotlin.outputs
/
NamedResourcesIntSlicePatch
Named
Resources
Int
Slice
Patch
data
class
NamedResourcesIntSlicePatch
(
val
ints
:
List
<
Int
>
?
=
null
)
NamedResourcesIntSlice contains a slice of 64-bit integers.
Members
Constructors
Named
Resources
Int
Slice
Patch
Link copied to clipboard
constructor
(
ints
:
List
<
Int
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ints
Link copied to clipboard
val
ints
:
List
<
Int
>
?
=
null
Ints is the slice of 64-bit integers.