Sysctl

io.k8s.api.core.v1.Sysctl
See theSysctl companion object
final case class Sysctl(name: String, value: String)

Sysctl defines a kernel parameter to be set

Attributes

Companion:
object
Source:
Sysctl.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Attributes

Source:
Sysctl.scala

transforms value to result of function

transforms value to result of function

Attributes

Source:
Sysctl.scala
def withName(value: String): Sysctl

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
Sysctl.scala
def withValue(value: String): Sysctl

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source:
Sysctl.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product