SyncStatus#
- pydantic model phalanx.models.argocd.SyncStatus#
The sync status an entire ArgoCD application.
- Parameters:
data (
Any)
Show JSON schema
{ "title": "SyncStatus", "description": "The sync status an entire ArgoCD application.", "type": "object", "properties": { "status": { "title": "Status", "type": "string" } }, "required": [ "status" ] }
- Config:
alias_generator: function = <function to_camel at 0x7f5fa69773d0>
populate_by_name: bool = True
validate_by_alias: bool = True
validate_by_name: bool = True
- Fields: