INPUT_OBJECT

KubernetesKindReplicaSetSpecTemplateSpecSecurityContextSysctlsInput

Sysctl defines a kernel parameter to be set

link GraphQL Schema definition

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