pulumi-kubernetes-kotlin
3.30.2.1
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
Types
Constructors
Properties
Constructors
Sysctl
Patch
Link copied to clipboard
fun
SysctlPatch
(
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