OBJECT

KubernetesKindPodSpecSecurityContextSysctls

Sysctl defines a kernel parameter to be set

link GraphQL Schema definition

  • type KubernetesKindPodSpecSecurityContextSysctls {
  • # Name of a property to set
  • name: String
  • # Value of a property to set
  • value: String
  • }