INPUT_OBJECT

KubernetesKindPodSpecSecurityContextSysctlsInput

Sysctl defines a kernel parameter to be set

link GraphQL Schema definition

  • input KubernetesKindPodSpecSecurityContextSysctlsInput {
  • # Name of a property to set
  • name: String
  • # Value of a property to set
  • value: String
  • }