INPUT_OBJECT

K8sRegenerateManifestConfigInput

Description

Supported in v9.2+ Input to regenerate a manifest for the Kubernetes cluster.

link GraphQL Schema definition

  • input K8sRegenerateManifestConfigInput {
  • # Required. Supported in v9.2+
  • # The RSC service account used for regenerating the manifest.
  • serviceAccount: ServiceAccountInputInput!
  • }