Sysctl

com.coralogix.zio.k8s.model.core.v1.Sysctl
See theSysctl companion object
case class Sysctl(name: String, value: String)

Sysctl defines a kernel parameter to be set

Value parameters

name

Name of a property to set

value

Value of a property to set

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Name of a property to set

Name of a property to set

This effect always succeeds, it is safe to use the field name directly.

Attributes

Value of a property to set

Value of a property to set

This effect always succeeds, it is safe to use the field value directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product