Skip to content

Commit

Permalink
chore: generate files
Browse files Browse the repository at this point in the history
Signed-off-by: Zadkiel AHARONIAN <[email protected]>
  • Loading branch information
aslafy-z committed May 25, 2024
1 parent 255e1d1 commit 7129857
Show file tree
Hide file tree
Showing 13 changed files with 966 additions and 677 deletions.
4 changes: 4 additions & 0 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8583,6 +8583,10 @@
"description": "Limit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.",
"type": "integer",
"format": "int64"
},
"refresh": {
"type": "boolean",
"title": "Refresh indicates if a new revision should trigger a new sync (default: false)"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_admin_app_generate-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ argocd admin app generate-spec APPNAME [flags]
--sync-retry-backoff-factor int Factor multiplies the base duration after each failed sync retry (default 2)
--sync-retry-backoff-max-duration duration Max sync retry backoff duration. Input needs to be a duration (e.g. 2m, 1h) (default 3m0s)
--sync-retry-limit int Max number of allowed sync retries
--sync-retry-refresh Set if a new revision should trigger a new sync
--validate Validation of repo and cluster (default true)
--values stringArray Helm values file(s) to use
--values-literal-file string Filename or URL to import as a literal Helm values block
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_app_add-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ argocd app add-source APPNAME [flags]
--sync-retry-backoff-factor int Factor multiplies the base duration after each failed sync retry (default 2)
--sync-retry-backoff-max-duration duration Max sync retry backoff duration. Input needs to be a duration (e.g. 2m, 1h) (default 3m0s)
--sync-retry-limit int Max number of allowed sync retries
--sync-retry-refresh Set if a new revision should trigger a new sync
--validate Validation of repo and cluster (default true)
--values stringArray Helm values file(s) to use
--values-literal-file string Filename or URL to import as a literal Helm values block
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_app_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ argocd app create APPNAME [flags]
--sync-retry-backoff-factor int Factor multiplies the base duration after each failed sync retry (default 2)
--sync-retry-backoff-max-duration duration Max sync retry backoff duration. Input needs to be a duration (e.g. 2m, 1h) (default 3m0s)
--sync-retry-limit int Max number of allowed sync retries
--sync-retry-refresh Set if a new revision should trigger a new sync
--upsert Allows to override application with the same name even if supplied application spec is different from existing spec
--validate Validation of repo and cluster (default true)
--values stringArray Helm values file(s) to use
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_app_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ argocd app set APPNAME [flags]
--sync-retry-backoff-factor int Factor multiplies the base duration after each failed sync retry (default 2)
--sync-retry-backoff-max-duration duration Max sync retry backoff duration. Input needs to be a duration (e.g. 2m, 1h) (default 3m0s)
--sync-retry-limit int Max number of allowed sync retries
--sync-retry-refresh Set if a new revision should trigger a new sync
--validate Validation of repo and cluster (default true)
--values stringArray Helm values file(s) to use
--values-literal-file string Filename or URL to import as a literal Helm values block
Expand Down
60 changes: 60 additions & 0 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates if a new revision should trigger
a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down Expand Up @@ -1672,6 +1676,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates if a new revision should trigger
a new sync (default: false)'
type: boolean
type: object
syncOptions:
description: Options allow you to specify whole app sync-options
Expand Down Expand Up @@ -2533,6 +2541,10 @@ spec:
be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates if a new revision should
trigger a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down Expand Up @@ -5613,6 +5625,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -6205,6 +6219,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -6800,6 +6816,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -7375,6 +7393,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -7973,6 +7993,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -8565,6 +8587,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -9160,6 +9184,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -9735,6 +9761,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -10318,6 +10346,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -11083,6 +11113,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -11843,6 +11875,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -12433,6 +12467,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -13033,6 +13069,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -13625,6 +13663,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -14220,6 +14260,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -14795,6 +14837,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -15378,6 +15422,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -16143,6 +16189,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -16903,6 +16951,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -17497,6 +17547,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -18079,6 +18131,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -18844,6 +18898,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -19604,6 +19660,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -20269,6 +20327,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down
12 changes: 12 additions & 0 deletions manifests/crds/application-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates if a new revision should trigger
a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down Expand Up @@ -1671,6 +1675,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates if a new revision should trigger
a new sync (default: false)'
type: boolean
type: object
syncOptions:
description: Options allow you to specify whole app sync-options
Expand Down Expand Up @@ -2532,6 +2540,10 @@ spec:
be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates if a new revision should
trigger a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down
Loading

0 comments on commit 7129857

Please sign in to comment.