| group |
string |
Group represents the API group of the resource (e.g., "apps" for Deployments). |
| health |
object |
|
| hook |
boolean |
Hook is true if the resource is used as a lifecycle hook in an Argo CD application. |
| kind |
string |
Kind specifies the type of the resource (e.g., "Deployment", "Service"). |
| name |
string |
Name is the unique name of the resource within the namespace. |
| namespace |
string |
Namespace defines the Kubernetes namespace where the resource is located. |
| requiresDeletionConfirmation |
boolean |
RequiresDeletionConfirmation is true if the resource requires explicit user confirmation before deletion. |
| requiresPruning |
boolean |
RequiresPruning is true if the resource needs to be pruned (deleted) as part of synchronization. |
| status |
string |
Status represents the synchronization state of the resource (e.g., Synced, OutOfSync). |
| syncWave |
integer |
SyncWave determines the order in which resources are applied during a sync operation. Lower values are applied first. |
| version |
string |
Version indicates the API version of the resource (e.g., "v1", "v1beta1"). |