Kazan v0.11.0 Kazan.Apis.Core.V1.Sysctl View Source

Sysctl defines a kernel parameter to be set

OpenAPI Definition: io.k8s.api.core.v1.Sysctl

Properties

  • name :: String

    • Name of a property to set
  • value :: String

    • Value of a property to set

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.Sysctl{name: String.t(), value: String.t()}