INPUT_OBJECT

KubernetesKindPackageSpecTemplateSpecInput

link GraphQL Schema definition

  • input KubernetesKindPackageSpecTemplateSpecInput {
  • # Cancels current and future reconciliations (optional; default=false)
  • canceled: Boolean
  • # Specifies that app should be deployed to destination cluster; by default,
  • # cluster is same as where this resource resides (optional; v0.5.0+)
  • cluster: KubernetesKindPackageSpecTemplateSpecClusterInput
  • deploy: [KubernetesKindPackageSpecTemplateSpecDeployInput]
  • fetch: [KubernetesKindPackageSpecTemplateSpecFetchInput]
  • # Deletion requests for the App will result in the App CR being deleted, but its
  • # associated resources will not be deleted (optional; default=false; v0.18.0+)
  • noopDelete: Boolean
  • # Pauses _future_ reconciliation; does _not_ affect currently running
  • # reconciliation (optional; default=false)
  • paused: Boolean
  • # Specifies that app should be deployed authenticated via given service account,
  • # found in this namespace (optional; v0.6.0+)
  • serviceAccountName: String
  • # Specifies the length of time to wait, in time + unit format, before reconciling.
  • # Always >= 30s. If value below 30s is specified, 30s will be used. (optional;
  • # v0.9.0+; default=30s)
  • syncPeriod: String
  • template: [KubernetesKindPackageSpecTemplateSpecTemplateInput]
  • }