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