INPUT_OBJECT

KubernetesKindPackageInstallSpecInput

link GraphQL Schema definition

  • input KubernetesKindPackageInstallSpecInput {
  • # Canceled when set to true will stop all active changes
  • canceled: Boolean
  • # Specifies that Package should be deployed to destination cluster;
  • # by default, cluster is same as where this resource resides (optional)
  • cluster: KubernetesKindPackageInstallSpecClusterInput
  • # Specifies the default namespace to install the Package resources, by default,
  • # this is
  • # the same as the PackageInstall namespace (optional; v0.48.0+)
  • defaultNamespace: String
  • # When NoopDelete set to true, PackageInstall deletion
  • # should delete PackageInstall/App CR but preserve App's
  • # associated resources.
  • noopDelete: Boolean
  • # Specifies the name of the package to install (required)
  • packageRef: KubernetesKindPackageInstallSpecPackageRefInput
  • # Paused when set to true will ignore all pending changes,
  • # once it set back to false, pending changes will be applied
  • paused: Boolean
  • # Specifies service account that will be used to install underlying package
  • # contents
  • serviceAccountName: String
  • # Controls frequency of App reconciliation in time + unit
  • # format. Always >= 30s. If value below 30s is specified,
  • # 30s will be used.
  • syncPeriod: String
  • values: [KubernetesKindPackageInstallSpecValuesInput]
  • }