INPUT_OBJECT
KubernetesKindPackageSpecTemplateSpecInput
link GraphQL Schema definition
- input KubernetesKindPackageSpecTemplateSpecInput {
- # Cancels current and future reconciliations (optional; default=false)
- Boolean :
- # Specifies that app should be deployed to destination cluster;
- # by default, cluster is same as where this resource resides (optional; v0.5.0+)
- KubernetesKindPackageSpecTemplateSpecClusterInput :
- KubernetesKindPackageSpecTemplateSpecDeployInput] : [
- 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+)
- Boolean :
- # Pauses _future_ reconciliation; does _not_ affect
- # currently running reconciliation (optional; default=false)
- Boolean :
- # Specifies that app should be deployed authenticated via
- # given service account, found in this namespace (optional; v0.6.0+)
- 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)
- String :
- KubernetesKindPackageSpecTemplateSpecTemplateInput] : [
- }