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