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
/
Sysctl
Sysctl
data
class
Sysctl
(
val
name
:
String
,
val
value
:
String
)
Sysctl defines a kernel parameter to be set
Members
Constructors
Sysctl
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of a property to set
value
Link copied to clipboard
val
value
:
String
Value of a property to set