OBJECT
KubernetesKindPackageInstallSpec
link GraphQL Schema definition
- type KubernetesKindPackageInstallSpec {
- # 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)
- KubernetesKindPackageInstallSpecCluster :
- # 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)
- KubernetesKindPackageInstallSpecPackageRef :
- # 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 :
- KubernetesKindPackageInstallSpecValues] : [
- }