toggle menu
pulumi-kubernetes-kotlin
3.30.2.2
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin.outputs
/
SysctlPatch
Sysctl
Patch
data
class
SysctlPatch
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Sysctl defines a kernel parameter to be set
Members
Constructors
Sysctl
Patch
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of a property to set
value
Link copied to clipboard
val
value
:
String
?
=
null
Value of a property to set